home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / C / SPAWNO41 / SOURCE / _SWAPDIR.C < prev    next >
C/C++ Source or Header  |  1991-11-17  |  532b  |  14 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 <stdio.h>
  10. #include "spawno.h"
  11.  
  12. const char *pascal ___spawn_swap_dirs = NULL ;    /* use default of "." */
  13.  
  14.