Sha256: adb7e91aa7fc5f2c0f2fc66f41c6f0d99fccad56a7ad29820729ea6710e886f3

Contents?: true

Size: 322 Bytes

Versions: 2

Compression:

Stored size: 322 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 610 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/gmtime.al)"
sub gmtime {
    usage "gmtime(time)" if @_ != 1;
    CORE::gmtime($_[0]);
}

# end of POSIX::gmtime
1;

Version data entries

2 entries across 2 versions & 1 rubygems

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