#include <stdio.h>#include <string.h>#include <pcre.h>Go to the source code of this file.
Defines | |
| #define | OVECCOUNT 30 |
Functions | |
| int | main (int argc, char **argv) |
| #define OVECCOUNT 30 |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 36 of file pcredemo.c.
References error, i, int, n, NULL, OVECCOUNT, PCRE_ANCHORED, pcre_compile(), PCRE_ERROR_NOMATCH, pcre_exec(), pcre_free, pcre_fullinfo(), PCRE_INFO_NAMECOUNT, PCRE_INFO_NAMEENTRYSIZE, PCRE_INFO_NAMETABLE, PCRE_NOTEMPTY, and void.
1.5.1