ReactOS 0.4.17-dev-243-g1369312
_snwprintf.c
Go to the documentation of this file.
1#define _UNICODE
2#include <wchar.h>
3typedef int (__cdecl *PFN_sntprintf)(wchar_t *_Dest, size_t _Count, const wchar_t *_Format, ...);
4#define str_sntprintf "_snwprintf"
5#include "_sntprintf.h"
6
8{
10}
static void Test__sntprintf(void)
Definition: _sntprintf.h:37
#define START_TEST(x)
Definition: atltest.h:75
#define __cdecl
Definition: corecrt.h:121
_ACRTIMP int __cdecl _snwprintf(wchar_t *, size_t, const wchar_t *,...)
Definition: wcs.c:1493
_In_z_ _Printf_format_string_ char const *const _Format
Definition: printf.c:19
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
Definition: typeof.h:31
int(__cdecl * PFN_sntprintf)(wchar_t *_Dest, size_t _Count, const wchar_t *_Format,...)
Definition: _snwprintf.c:3
_Check_return_ _Ret_maybenull_ _In_ size_t _Count
Definition: malloc.h:108
_Dest
Definition: stdlib.h:926