Sha256: fd7743fff7a43022e9c724a791fb922f2bc354efdfcc2c620a9a87350bea39ab

Contents?: true

Size: 361 Bytes

Versions: 2

Compression:

Stored size: 361 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 135 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/creat.al)"
sub creat {
    usage "creat(filename, mode)" if @_ != 2;
    &open($_[0], &O_WRONLY | &O_CREAT | &O_TRUNC, $_[1]);
}

# end of POSIX::creat
1;

Version data entries

2 entries across 2 versions & 1 rubygems

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