#include "typedefs.h"#include <stdio.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Defines | |
| #define | MATCH 0 |
| #define | NOMATCH -1 |
Functions | |
| INTS4 | f_ut_wild (CHARS *pc_test, CHARS *pc_wild) |
| #define MATCH 0 |
Definition at line 18 of file f_ut_wild.c.
| #define NOMATCH -1 |
Definition at line 19 of file f_ut_wild.c.
Referenced by f_ut_wild().
1.7.1