mirror of
https://github.com/sheumann/telnetd.git
synced 2024-11-26 12:49:21 +00:00
3 lines
77 B
C
3 lines
77 B
C
|
#include <stdarg.h>
|
||
|
|
||
|
int vasprintf(char **strp, const char *fmt, va_list ap);
|