Sha256: d384f6175b2b1f294ba6d1be7074c2670c538eade6cfe6707843e339449a2196

Contents?: true

Size: 336 Bytes

Versions: 2

Compression:

Stored size: 336 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 343 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/printf.al)"
sub printf {
    usage "printf(pattern, args...)" if @_ < 1;
    CORE::printf STDOUT @_;
}

# end of POSIX::printf
1;

Version data entries

2 entries across 2 versions & 1 rubygems

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