DiskBrowser/asprintf.h

7 lines
98 B
C
Raw Normal View History

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