core/match.h

00001 
00002 #ifndef GLD_MATCH
00003 #define GLD_MATCH
00004 
00005 int match(char *regexp, char *text);
00006 int matchhere(char *regexp, char *text);
00007 int matchstar(int c, char *regexp, char *text);
00008 
00009 #endif
00010 
00011 /* EOF */

GridLAB-DTM Version 1.0
An open-source project initiated by the US Department of Energy