/* simple header file for the matchregex prototype */ #ifndef _QREGEX_H_ #define _QREGEX_H_ int matchregex(char *text, char *regex); #endif