YAZ 5.37.0
snprintf.c File Reference

snprintf wrapper More...

#include <stdlib.h>
#include <stdarg.h>
#include <yaz/snprintf.h>

Go to the source code of this file.

Functions

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,...)

Detailed Description

snprintf wrapper

Definition in file snprintf.c.

Function Documentation

◆ yaz_snprintf()

◆ yaz_vsnprintf()

void yaz_vsnprintf ( char * buf,
size_t size,
const char * fmt,
va_list ap )