Main Page | Data Structures | Directories | File List | Globals

mqregex.h

Go to the documentation of this file.
00001 #ifndef _MQREGEX_H_
00002 #define _MQREGEX_H_
00003 
00004 /* Copyright (c) Kyriacos Leptos and the President and Fellows of Harvard University
00005    Release Date: 2004-11-01
00006    Part of the MapQuant suite library "mqbasic.lib" 
00007 */
00008 
00019 #define NO_SUBSTR 10
00020  
00021 extern regmatch_t   REGEX_INDICES[NO_SUBSTR + 1];
00022 void Regex_getSubstr(char* string, char* out, int index);
00023 
00024 
00025 #endif
00026 

Generated on Tue Feb 7 03:25:43 2006 for libmqbasic by  doxygen 1.4.4