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