|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <apitest.h>#include <stdio.h>#include <tchar.h>#include <pseh/pseh2.h>#include <ndk/mmfuncs.h>#include <ndk/rtlfuncs.h>
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | _vsnprintf p_vsnprintf |
Typedefs | |
| typedef int(__cdecl * | PFN_vsnprintf) (char *buf, size_t cnt, const char *fmt, va_list args) |
Functions | |
| static BOOL | Init (void) |
| static void | call_varargs (char *buf, size_t buf_size, int expected_ret, LPCSTR formatString,...) |
| START_TEST (_vsnprintf) | |
Variables | |
| static PFN_vsnprintf | p_vsnprintf |
| #define _vsnprintf p_vsnprintf |
Definition at line 28 of file _vsnprintf.c.
| #define WIN32_NO_STATUS |
Definition at line 9 of file _vsnprintf.c.
Definition at line 18 of file _vsnprintf.c.
|
static |
Definition at line 32 of file _vsnprintf.c.
Referenced by START_TEST().
Definition at line 21 of file _vsnprintf.c.
Referenced by START_TEST().
| START_TEST | ( | _vsnprintf | ) |
Definition at line 43 of file _vsnprintf.c.
|
static |
Definition at line 19 of file _vsnprintf.c.
Referenced by Init().