Home
last modified time | relevance | path

Searched refs:my_swprintf (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/apitests/ntdll/
H A Dsprintf.c42 my_swprintf(wchar_t *buf, const wchar_t *format, ...) in my_swprintf() function
56 #define swprintf(buf, format, ...) my_swprintf((wchar_t*)buf, format, __VA_ARGS__);