My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
regex.c File Reference
#include <string.h>
#include <stdio.h>
#include <pcre.h>

Go to the source code of this file.

Macros

#define EVIL_REGEX   "^(a+)+$"
 
#define HTML   "<!DOCTYPE html>\n\<html>\n\ <body>\n\ <h1>Does %s match %s?</h1> <br/>\n\ <p>%s.</p>\n\ </body>\n\</html>\"
 

Functions

int html_len ()
 

Macro Definition Documentation

#define EVIL_REGEX   "^(a+)+$"

Definition at line 24 of file regex.c.

#define HTML   "<!DOCTYPE html>\n\<html>\n\ <body>\n\ <h1>Does %s match %s?</h1> <br/>\n\ <p>%s.</p>\n\ </body>\n\</html>\"

Definition at line 25 of file regex.c.

Function Documentation

int html_len ( )

Definition at line 35 of file regex.c.