DiskBrowser/asprintf.h

7 lines
98 B
C

#ifndef ASPRINTF_H
#define ASPRINTF_H
int asprintf(char **ret, const char *format, ...);
#endif