summaryrefslogtreecommitdiffstats
path: root/qregex.h
blob: e333a2d78e82ca5da3188f28e1e89f87a535872a (plain)
1
2
3
4
5
/* simple header file for the matchregex prototype */
#ifndef _QREGEX_H_
#define _QREGEX_H_
int matchregex(char *text, char *regex);
#endif