mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-22 13:33:52 +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
|