Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
404 B

  1. /***
  2. *execve.c - execute a file with a given environment
  3. *
  4. * Copyright (c) 1985-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * defines _execve() - execute a file
  8. *
  9. *Revision History:
  10. * ??-??-?? ??? Module created.
  11. * 12-07-93 CFW Module commented.
  12. *
  13. *******************************************************************************/
  14. #define EXECVE
  15. #include "spawnve.c"