ReactOS 0.4.15-dev-7942-gd23573b
dll_argv.c File Reference
#include <internal.h>
Include dependency graph for dll_argv.c:

Go to the source code of this file.

Functions

int __CRTDECL __setargv (void)
 

Variables

int _dowildcard
 

Function Documentation

◆ __setargv()

int __CRTDECL __setargv ( void  )

Definition at line 20 of file dll_argv.c.

22{
23 _dowildcard = 1;
24 return 0;
25}
int _dowildcard
Definition: wildcard.c:32

Variable Documentation

◆ _dowildcard

int _dowildcard
extern

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Definition at line 32 of file wildcard.c.

Referenced by __setargv().