2025-04-27 07:49:33 -04:00

19 lines
264 B
C

#ifndef __INC_REGULAR_EXPRESSION_INPUT_
#define __INC_REGULAR_EXPRESSION_INPUT_
#ifdef __cplusplus
extern "C" {
#endif
PARSETREE *ParseInput(WCHAR *wsz);
#ifdef STANDALONE_RE2FSA
PARSETREE *ParseWordlist(WCHAR *wsz);
#endif
#ifdef __cplusplus
}
#endif
#endif