#include <locale.h>#include <regex.h>#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| int | match (char *string, regex_t *re) |
| int match | ( | char * | string, | |
| regex_t * | re | |||
| ) |
Definition at line 15 of file regex.c.
References NULL.
Referenced by TestTCPRegExp(), and TestUDPRegExp().
1.5.2