draft transfer implementation
This commit is contained in:
10
deps/asprintf/asprintf.h
vendored
Normal file
10
deps/asprintf/asprintf.h
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef HAVE_ASPRINTF
|
||||
#define HAVE_ASPRINTF 1
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
int vasprintf(char **strp, const char *fmt, va_list ap);
|
||||
|
||||
int asprintf(char **s, const char *fmt, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user