ReactOS 0.4.16-dev-1946-g52006dd
_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 func__sntprintf   func__snwprintf
 
#define str_sntprintf   "_snwprintf"
 

Typedefs

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

Macro Definition Documentation

◆ _UNICODE

#define _UNICODE

Definition at line 1 of file _snwprintf.c.

◆ func__sntprintf

#define func__sntprintf   func__snwprintf

Definition at line 3 of file _snwprintf.c.

◆ str_sntprintf

#define str_sntprintf   "_snwprintf"

Definition at line 5 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 4 of file _snwprintf.c.