Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / scanf.al
blob5e67c212c597d6d551a9a35b0e643041d3190579
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 364 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/scanf.al)"
7 sub scanf {
8     unimpl "scanf() is C-specific--use <> and regular expressions instead";
11 # end of POSIX::scanf