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, ...);
int wcsfprintf(FILE *stream, const char *format,...)
Print function used by WCSLIB diagnostic routines.
int wcsprintf(const char *format,...)
Print function used by WCSLIB diagnostic routines.
int wcsprintf_set(FILE *wcsout)
Set output disposition for wcsprintf() and wcsfprintf().
const char * wcsprintf_buf(void)
Get the address of the internal string buffer.