home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / crt / src / execve.c < prev    next >
C/C++ Source or Header  |  1998-06-17  |  325b  |  14 lines

  1. /***
  2. *execve.c - execute a file with a given environment
  3. *
  4. *       Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *       defines _execve() - execute a file
  8. *
  9. *******************************************************************************/
  10.  
  11. #define EXECVE
  12.  
  13. #include "spawnve.c"
  14.