#include <stdio.h>#include "regexp.h"#include "regmagic.h"Go to the source code of this file.
Defines | |
| #define | UCHARAT(p) ((int)*(unsigned char *)(p)) |
Functions | |
| void | regsub (regexp *prog, char *source, char *dest) |
| void regsub | ( | regexp * | prog, | |
| char * | source, | |||
| char * | dest | |||
| ) |
1.5.4