|
ReactOS 0.4.16-dev-2320-ge1853c6
|
#include <stdio.h>
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
Functions | |
| void _cdecl | __getmainargs (int *argc, char ***argv, char ***envp, int expand_wildcards, int *new_mode) |
| void _cdecl | __wgetmainargs (int *argc, wchar_t ***wargv, wchar_t ***wenvp, int expand_wildcards, int *new_mode) |
| void _cdecl | MSVCRT20__getmainargs (int *argc, char ***argv, char ***envp, int expand_wildcards, int new_mode) |
| void _cdecl | MSVCRT20__wgetmainargs (int *argc, wchar_t ***wargv, wchar_t ***wenvp, int expand_wildcards, int new_mode) |
| #define WIN32_NO_STATUS |
Definition at line 21 of file msvcrt20.c.
| void _cdecl __getmainargs | ( | int * | argc, |
| char *** | argv, | ||
| char *** | envp, | ||
| int | expand_wildcards, | ||
| int * | new_mode | ||
| ) |
Definition at line 579 of file data.c.
Referenced by MSVCRT20__getmainargs().
| void _cdecl __wgetmainargs | ( | int * | argc, |
| wchar_t *** | wargv, | ||
| wchar_t *** | wenvp, | ||
| int | expand_wildcards, | ||
| int * | new_mode | ||
| ) |
Definition at line 536 of file data.c.
Referenced by MSVCRT20__wgetmainargs().
| void _cdecl MSVCRT20__getmainargs | ( | int * | argc, |
| char *** | argv, | ||
| char *** | envp, | ||
| int | expand_wildcards, | ||
| int | new_mode | ||
| ) |
Definition at line 35 of file msvcrt20.c.
| void _cdecl MSVCRT20__wgetmainargs | ( | int * | argc, |
| wchar_t *** | wargv, | ||
| wchar_t *** | wenvp, | ||
| int | expand_wildcards, | ||
| int | new_mode | ||
| ) |
Definition at line 46 of file msvcrt20.c.