summaryrefslogtreecommitdiffstats
path: root/private/crt32/startup/_setargv.c
blob: 7b371840196b44ebddec588a3884c60a12de673d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/***
*_setargv.c - Wildcard argv[] expansion
*
*	Copyright (c) 1991-1992, Microsoft Corporation.  All rights reserved.
*
*Purpose:
*	_setargv performs wildcard argv[] expansion
*
*	NOTE:  This stub module scheme is compatible with NT build
*	procedure.
*
*Revision History:
*	09-25-91  JCR	Stub module created.
*
*******************************************************************************/

#define WILDCARD 1
#include "stdargv.c"