Upgrade to Perl 5.8.8
[msysgit/kusma.git] / lib / perl5 / 5.8.8 / msys / auto / POSIX / putc.al
blobba86bf220b6c57d28083ca2493c636df9f7bbbdb
1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit is run again.
3 # See AutoSplit.pm.
4 package POSIX;
6 #line 338 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/putc.al)"
7 sub putc {
8     unimpl "putc() is C-specific--use print instead";
11 # end of POSIX::putc