Sha256: 223ce65b4185f737b3efcda69ee9381dfed5d25c5a235d31b8481da8243703fe

Contents?: true

Size: 360 Bytes

Versions: 2

Compression:

Stored size: 360 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 684 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/getgroups.al)"
sub getgroups {
    usage "getgroups()" if @_ != 0;
    my %seen;
    grep(!$seen{$_}++, split(' ', $) ));
}

# end of POSIX::getgroups
1;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
STLExtract-1.0.1 Slic3r/Linux/lib/std/auto/POSIX/getgroups.al
STLExtract-1.0.0 Slic3r/Linux/lib/std/auto/POSIX/getgroups.al