API_EXPORT         87 regex/regcomp.c API_EXPORT(int)			/* 0 success, otherwise REG_something */
API_EXPORT         63 regex/regerror.c API_EXPORT(size_t)
API_EXPORT         12 regex/regex.h  #define API_EXPORT(type)    __declspec(dllexport) type __stdcall
API_EXPORT         14 regex/regex.h  #define API_EXPORT(type)    type
API_EXPORT        112 regex/regexec.c API_EXPORT(int)				/* 0 success, REG_NOMATCH failure */
API_EXPORT         13 regex/regfree.c API_EXPORT(void)