ReactOS 0.4.15-dev-7934-g1dc8d80
dllargv.c File Reference
#include <internal.h>
Include dependency graph for dllargv.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int __CRTDECL _setargv (void)
 

Function Documentation

◆ _setargv()

int __CRTDECL _setargv ( void  )

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 18 of file dllargv.c.

20{
21 return 0;
22}