telnetd/libtelnet/vasprintf.h

3 lines
77 B
C

#include <stdarg.h>
int vasprintf(char **strp, const char *fmt, va_list ap);