Start anew
[msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / strchr.al
blob8060129d6f8ee412a5df2e3a9518b05fbe78ebbd
1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit again.
3 # See AutoSplit.pm.
4 package POSIX;
6 #line 501 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/strchr.al)"
7 sub strchr {
8     unimpl "strchr() is C-specific, use index() instead";
11 # end of POSIX::strchr