home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / language / slperl / usersub.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-23  |  174 b   |  12 lines

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