YAZ 5.37.0
snprintf.h File Reference

Header for config file reading utilities. More...

#include <stdio.h>
#include <stdarg.h>
#include <yaz/yconfig.h>

Go to the source code of this file.

Functions

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

Detailed Description

Header for config file reading utilities.

Definition in file snprintf.h.

Function Documentation

◆ yaz_snprintf()

◆ yaz_vsnprintf()

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