Start anew
[msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / strlen.al
blobf007b550c796f12b4d5d2216184ea54c77118153
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 523 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/strlen.al)"
7 sub strlen {
8     unimpl "strlen() is C-specific, use length instead";
11 # end of POSIX::strlen