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