home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl501m.zip / lib / auto / POSIX / memcpy.al < prev    next >
Text File  |  1995-07-03  |  180b  |  9 lines

  1. # NOTE: Derived from lib/POSIX.pm.  Changes made here will be lost.
  2. package POSIX;
  3.  
  4. sub memcpy {
  5.     unimpl "memcpy() is C-specific, use = instead";
  6.     memcpy($_[0]);
  7.  
  8. 1;
  9.