Files
Timo Kreuzer 5f51f24697 [CRT_APITEST] Improve some tests
This is needed to automatically derive the test name from START_TEST.
2026-05-15 16:50:48 +00:00

10 lines
219 B
C

#include <stdio.h>
typedef int (__cdecl *PFN_sntprintf)(char *_Dest, size_t _Count, const char *_Format, ...);
#define str_sntprintf "_snprintf"
#include "_sntprintf.h"
START_TEST(_snprintf)
{
Test__sntprintf();
}