#ifndef WH_STDIO_H_e4b3fa6a_ #define WH_STDIO_H_e4b3fa6a_ /* * Linux does not declare vasprintf without a bizarre * nonportable #define dance. Compensate. */ #include_next #include extern int vasprintf(char **, const char *, va_list) __attribute__((__format__(__printf__,2,0))); #endif