/* * asprintf.h * * Author: Intel A80486DX2-66 * License: Creative Commons Zero 1.0 Universal */ #ifndef _ASPRINTF_H #define _ASPRINTF_H #include #include #include ssize_t asprintf(char** strp, char* format, ...); #endif /* _ASPRINTF_H */