diff options
Diffstat (limited to 'win32/match_class.c')
-rw-r--r-- | win32/match_class.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/win32/match_class.c b/win32/match_class.c new file mode 100644 index 000000000..789e0df02 --- /dev/null +++ b/win32/match_class.c | |||
@@ -0,0 +1,7 @@ | |||
1 | #include "libbb.h" | ||
2 | #include "match_class.h" | ||
3 | |||
4 | int match_class(const char *name) | ||
5 | { | ||
6 | return index_in_strings(CHAR_CLASSES, name); | ||
7 | } | ||