124#ifndef WCSLIB_WCSPRINTF
125#define WCSLIB_WCSPRINTF
134#define WCSPRINTF_PTR(str1, ptr, str2) \
136 wcsprintf("%s%#" PRIxPTR "%s", (str1), (uintptr_t)(ptr), (str2)); \
138 wcsprintf("%s0x0%s", (str1), (str2)); \
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.
int wcsfprintf(FILE *stream, const char *format,...)
Print function used by WCSLIB diagnostic routines.