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