nmsg 1.1.2
asprintf.h
Go to the documentation of this file.
1#ifndef NMSG_ASPRINTF_H
2
9int nmsg_asprintf(char **strp, const char *fmt, ...);
10int nmsg_vasprintf(char **strp, const char *fmt, va_list args);
11
12#endif /* NMSG_ASPRINTF_H */