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