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 "massspec.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