home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / memory / spawno / source / _system.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-29  |  535 b   |  16 lines

  1. /********************************************************************/
  2. /*   SPAWNO v4.0   EMS/XMS/disk swapping replacement for spawn...() */
  3. /*   (c) Copyright 1991 Ralf Brown  All Rights Reserved         */
  4. /*                                    */
  5. /*   May be freely copied provided that this copyright notice is    */
  6. /*   not altered or removed.                        */
  7. /********************************************************************/
  8.  
  9. #include "_spawno.h"
  10.  
  11. int _Cdecl system(const char *command)
  12. {
  13.    return systemo(___spawn_swap_dirs,command) ;
  14. }
  15.  
  16.