#ifndef TWN_UTIL_C_H #define TWN_UTIL_C_H /* note: you must free the returned string */ char *expand_asterisk(const char *mask, const char *to); #endif