mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
11 lines
244 B
C
11 lines
244 B
C
#define _UNICODE
|
|
#include <wchar.h>
|
|
typedef int (__cdecl *PFN_sntprintf)(wchar_t *_Dest, size_t _Count, const wchar_t *_Format, ...);
|
|
#define str_sntprintf "_snwprintf"
|
|
#include "_sntprintf.h"
|
|
|
|
START_TEST(_snwprintf)
|
|
{
|
|
Test__sntprintf();
|
|
}
|