home *** CD-ROM | disk | FTP | other *** search
/ CLIX - Fazer Clix Custa Nix / CLIX-CD.cdr / mac / lib / auto / POSIX / puts.al < prev    next >
Text File  |  1998-04-04  |  191b  |  9 lines

  1. # NOTE: Derived from wintermute:Development:MacPerl:perl:lib:POSIX.pm.  Changes made here will be lost.
  2. package POSIX;
  3.  
  4. sub puts {
  5.     unimpl "puts() is C-specific--use print instead";
  6. }
  7.  
  8. 1;
  9.