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