1 2 3 4 5 6 7 8 9
#ifdef HAVE_LIBGEN_H #include <libgen.h> #else char *basename(char *path); #endif char *utf8(char *str);