8 lines
154 B
C
8 lines
154 B
C
|
#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
|