home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / DOS / Programa / CCDL122.ZIP / CLIBS / PROCONT / SYSTEM.C < prev   
Encoding:
C/C++ Source or Header  |  1996-07-22  |  167 b   |  10 lines

  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. #include <string.h>
  4. #include <time.h>
  5. #include <libp.h>
  6.  
  7. int system(const char *string)
  8. {
  9.     return _ll_system(string);
  10. }