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