42YAZ_EXPORT
void yaz_snprintf(
char *buf,
size_t size,
const char *fmt, ...);
43YAZ_EXPORT
void yaz_vsnprintf(
char *buf,
size_t size,
const char *fmt,
void yaz_vsnprintf(char *buf, size_t size, const char *fmt, va_list ap)
void yaz_snprintf(char *buf, size_t size, const char *fmt,...)
Header with fundamental macros.