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