home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / fs24 / spawno / source / _swapdir.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-16  |  532 b   |  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.