test_regex.h
1 #ifndef TEST_REGEX_H
2 #define TEST_REGEX_H 1
3 
4 
5 /* ========================================================================== */
6 /* Function prototypes */
7 
8 int test_regex(void);
9 
10 
11 #endif /* TEST_REGEX_H */
12 
13 /* EOF */
test_regex
int test_regex(void)
Test posix_regcomp() and posix_regexec() implementation.
Definition: test_regex.c:79

Generated at 2024-04-27 using  doxygen