nmsg
0.9.0
Main Page
Data Structures
Files
File List
Globals
nmsg
asprintf.h
Go to the documentation of this file.
1
#ifndef NMSG_ASPRINTF_H
2
9
#include <stdarg.h>
10
11
int
nmsg_asprintf(
char
**strp,
const
char
*fmt, ...);
12
int
nmsg_vasprintf(
char
**strp,
const
char
*fmt, va_list args);
13
14
#endif
/* NMSG_ASPRINTF_H */
Generated on Sun Sep 14 2014 19:42:25 for nmsg by
1.8.7