home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2005 March / PCWELT_3_2005.ISO / pcwsoft / framework-2.2.exe / getuid.al < prev    next >
Encoding:
Text File  |  2003-11-07  |  301 b   |  14 lines

  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;
  5.  
  6. #line 700 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/getuid.al)"
  7. sub getuid {
  8.     usage "getuid()" if @_ != 0;
  9.     $<;
  10. }
  11.  
  12. # end of POSIX::getuid
  13. 1;
  14.