source: release-kits/lirk2/resources/perl-for-windows/lib/auto/POSIX/puts.al@ 15957

Last change on this file since 15957 was 15957, checked in by oranfry, 16 years ago

added a resources directory to hold resources for gsdl releases, to be used instead of for-distributions

File size: 320 bytes
Line 
1# NOTE: Derived from ..\..\lib\POSIX.pm.
2# Changes made here will be lost when autosplit is run again.
3# See AutoSplit.pm.
4package POSIX;
5
6#line 346 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\puts.al)"
7sub puts {
8 unimpl "puts() is C-specific--use print instead";
9}
10
11# end of POSIX::puts
121;
Note: See TracBrowser for help on using the repository browser.