Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:02:04

0001 #ifndef MAD_REGEX_H
0002 #define MAD_REGEX_H
0003 
0004 int myregex(char* pattern, char* string);
0005 
0006 #endif // MAD_REGEX_H
0007