Adding unit test for reentrancy

This commit is contained in:
Michael Tryby
2018-09-04 09:38:44 -04:00
parent fdca2bef42
commit b7e9988b15
6 changed files with 754 additions and 1 deletions

View File

@@ -1179,6 +1179,8 @@ extern "C" {
***************************************************/
int DLLEXPORT EN_createproject(EN_ProjectHandle *ph);
int DLLEXPORT EN_deleteproject(EN_ProjectHandle *ph);
int DLLEXPORT EN_runproject(EN_ProjectHandle ph, const char *f1, const char *f2,
const char *f3, void (*pviewprog)(char *));
void DLLEXPORT EN_clearError(EN_ProjectHandle ph);
int DLLEXPORT EN_checkError(EN_ProjectHandle ph, char** msg_buffer);