mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2025-03-06 05:29:21 +00:00
7 lines
98 B
C
7 lines
98 B
C
#ifndef ASPRINTF_H
|
|
#define ASPRINTF_H
|
|
|
|
int asprintf(char **ret, const char *format, ...);
|
|
|
|
#endif
|