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