Start anew
[git/jnareb-git.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / printf.al
blob7c282e5f8acaf6a62b8b96ef9421848249926539
1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit again.
3 # See AutoSplit.pm.
4 package POSIX;
6 #line 332 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/printf.al)"
7 sub printf {
8     usage "printf(pattern, args...)" if @_ < 1;
9     CORE::printf STDOUT @_;
12 # end of POSIX::printf