#include <sys/types.h>Typedefs | |
| typedef unsigned short | Pattern_t | 
Functions | |
| int | Makepat (const char *, Pattern_t *, int) | 
| Make a pattern template from the string pointed to by exp.   | |
| const char * | Matchs (const char *, size_t len, const Pattern_t *, const char **) | 
| Match a string with a pattern.   | |