YAZ  5.34.0
Functions
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()

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

◆ yaz_vsnprintf()

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