xstrdup
char *xstrdup(const char *s)
#define xstrdup(str) ({ char *__str = strdup(str); \
static inline char *xstrdup(const char *s)