|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <stdarg.h>#include "wine/test.h"#include "windef.h"#include "winbase.h"#include "winuser.h"#include "winnls.h"
Go to the source code of this file.
Functions | |
| static void | wsprintfATest (void) |
| static WCHAR | my_btowc (BYTE c) |
| static void | wsprintfWTest (void) |
| static void | CharUpperTest (void) |
| static void | CharLowerTest (void) |
| START_TEST (wsprintf) | |
Variables | |
| struct { | |
| const char * fmt | |
| ULONGLONG value | |
| const char * res | |
| } | i64_formats [] |
Definition at line 252 of file wsprintf.c.
Referenced by START_TEST().
Definition at line 235 of file wsprintf.c.
Referenced by START_TEST().
Definition at line 124 of file wsprintf.c.
Referenced by wsprintfWTest().
| START_TEST | ( | wsprintf | ) |
Definition at line 270 of file wsprintf.c.
Definition at line 53 of file wsprintf.c.
Referenced by START_TEST().
Definition at line 133 of file wsprintf.c.
Referenced by START_TEST().
Definition at line 30 of file wsprintf.c.
Referenced by wsprintfATest(), and wsprintfWTest().
| const struct { ... } i64_formats[] |
Referenced by wsprintfATest(), and wsprintfWTest().
Definition at line 32 of file wsprintf.c.
Definition at line 31 of file wsprintf.c.