home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / GNU / PL4019AS.ZIP / USERSUB.C < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-25  |  95 b   |  11 lines

  1. #include "EXTERN.h"
  2. #include "perl.h"
  3.  
  4. int
  5. userinit()
  6. {
  7.     init_dos();
  8.     return (0);
  9. }
  10.  
  11.