Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / memchr.al
bloba3b4e7fbaff33e8de598351113375f3c9ba4680b
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 477 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/memchr.al)"
7 sub memchr {
8     unimpl "memchr() is C-specific, use index() instead";
11 # end of POSIX::memchr