townengine/src/twn_util_c.h

8 lines
154 B
C
Raw Normal View History

2024-09-26 18:02:56 +00:00
#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