DiskBrowser/asprintf.h
2019-04-17 20:11:49 -05:00

7 lines
98 B
C

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