Sha256: 00c9f01e5ee47b925c00b4852b57061725016b4c6888e3081cb25158b8489245
Contents?: true
Size: 301 Bytes
Versions: 2
Compression:
Stored size: 301 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 710 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/getuid.al)" sub getuid { usage "getuid()" if @_ != 0; $<; } # end of POSIX::getuid 1;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
STLExtract-1.0.1 | Slic3r/Linux/lib/std/auto/POSIX/getuid.al |
STLExtract-1.0.0 | Slic3r/Linux/lib/std/auto/POSIX/getuid.al |