1 2 3 4 5 6 7
#include "libbb.h" #include "match_class.h" int match_class(const char *name) { return index_in_strings(CHAR_CLASSES, name); }