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

  1. /***
  2. *_setargv.c - Wildcard argv[] expansion
  3. *
  4. *       Copyright (c) 1991-1997, 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. *******************************************************************************/
  13.  
  14. #define WILDCARD 1
  15. #include "stdargv.c"
  16.