nmsg 1.1.2
Functions
asprintf.h File Reference

Asprintf utility functions. More...

Go to the source code of this file.

Functions

int nmsg_asprintf (char **strp, const char *fmt,...)
 
int nmsg_vasprintf (char **strp, const char *fmt, va_list args)
 

Detailed Description

Asprintf utility functions.

Portable replacements for the asprintf(3) and vasprintf(3) functions.

Definition in file asprintf.h.