Go to the documentation of this file.
125 #ifndef WCSLIB_WCSPRINTF
126 #define WCSLIB_WCSPRINTF
134 #define WCSPRINTF_PTR(str1, ptr, str2) \
136 wcsprintf("%s%#lx%s", (str1), (unsigned long)(ptr), (str2)); \
138 wcsprintf("%s0x0%s", (str1), (str2)); \
143 int wcsfprintf(FILE *stream,
const char *format, ...);