#ifndef MAD_REGEX_H #define MAD_REGEX_H int myregex(char* pattern, char* string); #endif // MAD_REGEX_H