home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December (Special) / PCWorld_2005-12_Special_cd.bin / Bezpecnost / lsti / lsti.exe / framework-2.5.exe / sscanf.al < prev    next >
Text File  |  2005-01-27  |  330b  |  13 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 374 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/sscanf.al)"
  7. sub sscanf {
  8.     unimpl "sscanf() is C-specific--use regular expressions instead";
  9. }
  10.  
  11. # end of POSIX::sscanf
  12. 1;
  13.