#define _GNU_SOURCE #include #include int __vasprintf_chk(char **s, int flag, const char *fmt, va_list ap) { return vasprintf(s, fmt, ap); }