1 /* Copyright by Daniel B. Cid (2005)
2 * Under the public domain. It is just an example.
3 * Some examples of the usage for the os_regex library.
11 int main(int argc,char **argv)
16 printf("%s regex word\n",argv[0]);
20 printf("for MATCH: ");
21 if(OS_Match2(argv[1],argv[2]))