1
0
mirror of https://github.com/sheumann/DiskBrowser.git synced 2025-03-06 05:29:21 +00:00
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