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.

18 lines
453 B

  1. /***
  2. *_setargv.c - Wildcard argv[] expansion
  3. *
  4. * Copyright (c) 1991-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * _setargv performs wildcard argv[] expansion
  8. *
  9. * NOTE: This stub module scheme is compatible with NT build
  10. * procedure.
  11. *
  12. *Revision History:
  13. * 09-25-91 JCR Stub module created.
  14. *
  15. *******************************************************************************/
  16. #define WILDCARD 1
  17. #include "stdargv.c"