Files
townengine/src/twn_util_c.h
2024-09-26 21:02:56 +03:00

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