asprintf.h (118B)
1 #ifdef _GNU_SOURCE 2 #include <stdio.h> 3 #else 4 int asprintf(char **restrict strp, const char *restrict fmt, ...); 5 #endif
asprintf.casprintf polyfill, regardless of _GNU_SOURCE | |
| git clone git://git.finwo.net/lib/asprintf.c | |
| Log | Files | Refs |