Sha256: 7618810114d4f6dd0769f14f64281a9d8677fad753c9246233d3e8d6ec07ff3b

Contents?: true

Size: 335 Bytes

Versions: 2

Compression:

Stored size: 335 Bytes

Contents

# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;

#line 562 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/strstr.al)"
sub strstr {
    usage "strstr(big, little)" if @_ != 2;
    CORE::index($_[0], $_[1]);
}

# end of POSIX::strstr
1;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
STLExtract-1.0.1 Slic3r/Linux/lib/std/auto/POSIX/strstr.al
STLExtract-1.0.0 Slic3r/Linux/lib/std/auto/POSIX/strstr.al