home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / perl / perl-4.036 / atarist / usersub.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-08  |  150 b   |  10 lines

  1. #include "EXTERN.h"
  2. #include "perl.h"
  3. #include <stdio.h>
  4.  
  5. int userinit()
  6. {
  7.     install_null();    /* install device /dev/null or NUL: */
  8.     return 0;
  9. }
  10.