|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | _mbsncat NULL |
Typedefs | |
| typedef unsigned char *(__cdecl * | PFN__mbsncat) (unsigned char *, const unsigned char *, size_t) |
Functions | |
| static PFN__mbsncat | Init (_In_ LPSTR fname) |
| static USHORT | GetWinVersion (VOID) |
| VOID | mbsncat_PerformTests (_In_ LPSTR fname, _In_opt_ PFN__mbsncat func) |
| START_TEST (_mbsncat) | |
| #define WIN32_NO_STATUS |
Definition at line 11 of file _mbsncat.c.
Definition at line 15 of file _mbsncat.c.
Definition at line 29 of file _mbsncat.c.
Referenced by mbsncat_PerformTests().
|
static |
Definition at line 18 of file _mbsncat.c.
| VOID mbsncat_PerformTests | ( | _In_ LPSTR | fname, |
| _In_opt_ PFN__mbsncat | func | ||
| ) |
Definition at line 35 of file _mbsncat.c.
Referenced by START_TEST().
| START_TEST | ( | _mbsncat | ) |
Definition at line 150 of file _mbsncat.c.