16 lines
390 B
C
16 lines
390 B
C
|
/***
|
||
|
*_setargv.c - Wildcard argv[] expansion
|
||
|
*
|
||
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
*
|
||
|
*Purpose:
|
||
|
* _setargv performs wildcard argv[] expansion
|
||
|
*
|
||
|
* NOTE: This stub module scheme is compatible with NT build
|
||
|
* procedure.
|
||
|
*
|
||
|
*******************************************************************************/
|
||
|
|
||
|
#define WILDCARD 1
|
||
|
#include "stdargv.c"
|