complete refactoring and unification of Vermicelli functions

This commit is contained in:
Konstantinos Margaritis
2021-11-01 16:51:18 +02:00
parent 94b467dc12
commit 4db360c7b6
2 changed files with 127 additions and 121 deletions

View File

@@ -75,4 +75,12 @@ const u8 *vermicelliDoubleExec(char c1, char c2, char nocase, const u8 *buf, con
}
#endif
#ifdef __cplusplus
extern "C" {
#endif
const u8 *rvermicelliDoubleExec(char c1, char c2, char nocase, const u8 *buf, const u8 *buf_end);
#ifdef __cplusplus
}
#endif
#endif /* VERMICELLI_HPP */