1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit again.
6 #line 551 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/strstr.al)"
8 usage "strstr(big, little)" if @_ != 2;
9 CORE::index($_[0], $_[1]);
12 # end of POSIX::strstr