Table of Contents

swprintf

 #include <wchar.h>
 int swprintf(wchar_t *restrict, size_t, const wchar_t *restrict, ...);

return value

C Sourcecode Example

no example yet

output