Sha256: 9dbfe4c9464ef2448a064b30624fba491e80f159c2cdaf39ce46733caa7cee8d

Contents?: true

Size: 330 Bytes

Versions: 2

Compression:

Stored size: 330 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 370 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/rewind.al)"
sub rewind {
    usage "rewind(filehandle)" if @_ != 1;
    CORE::seek($_[0],0,0);
}

# end of POSIX::rewind
1;

Version data entries

2 entries across 2 versions & 1 rubygems

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