|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | _vscprintf p_vscprintf |
Typedefs | |
| typedef int(__cdecl * | PFN_vscprintf) (const char *format, va_list argptr) |
Functions | |
| static BOOL | Init (void) |
| static void | call_varargs (int expected_ret, LPCSTR formatString,...) |
| START_TEST (_vscprintf) | |
Variables | |
| static PFN_vscprintf | p_vscprintf |
| #define _vscprintf p_vscprintf |
Definition at line 25 of file _vscprintf.c.
Definition at line 15 of file _vscprintf.c.
Definition at line 29 of file _vscprintf.c.
Referenced by START_TEST().
Definition at line 18 of file _vscprintf.c.
Referenced by START_TEST().
| START_TEST | ( | _vscprintf | ) |
Definition at line 40 of file _vscprintf.c.
|
static |
Definition at line 16 of file _vscprintf.c.
Referenced by Init().