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