ReactOS 0.4.17-dev-243-g1369312
_snwprintf.c File Reference
#include <wchar.h>
#include "_sntprintf.h"
Include dependency graph for _snwprintf.c:

Go to the source code of this file.

Macros

#define _UNICODE
 
#define str_sntprintf   "_snwprintf"
 

Typedefs

typedef int(__cdeclPFN_sntprintf) (wchar_t *_Dest, size_t _Count, const wchar_t *_Format,...)
 

Functions

 START_TEST (_snwprintf)
 

Macro Definition Documentation

◆ _UNICODE

#define _UNICODE

Definition at line 1 of file _snwprintf.c.

◆ str_sntprintf

#define str_sntprintf   "_snwprintf"

Definition at line 4 of file _snwprintf.c.

Typedef Documentation

◆ PFN_sntprintf

typedef int(__cdecl * PFN_sntprintf) (wchar_t *_Dest, size_t _Count, const wchar_t *_Format,...)

Definition at line 3 of file _snwprintf.c.

Function Documentation

◆ START_TEST()

START_TEST ( _snwprintf  )

Definition at line 7 of file _snwprintf.c.

8{
10}
static void Test__sntprintf(void)
Definition: _sntprintf.h:37