added the main program to handle SIGINT

This commit is contained in:
hyunghwan.chung
2017-02-14 14:00:14 +00:00
parent f89d809cdc
commit bc5ab97ccf
5 changed files with 22 additions and 8 deletions

View File

@ -1394,6 +1394,10 @@ MOO_EXPORT int moo_invoke (
const moo_oocs_t* mthname
);
MOO_EXPORT void moo_abort (
moo_t* moo
);
/* =========================================================================
* COMMON OBJECT MANAGEMENT FUNCTIONS
* ========================================================================= */