Kiwi Engine
VM for interpreter
|
Define KEException data structure. More...
Go to the source code of this file.
Data Structures | |
struct | KEException |
Exception information. More... | |
Functions | |
void | KEPrintException (FILE *outfp, const struct KEException *src) |
Print exception information. More... | |
Define KEException data structure.
enum KEExceptionKind |
Kind of exception, some of them are not serious
void KEPrintException | ( | FILE * | outfp, |
const struct KEException * | src | ||
) |
Print exception information.
outfp | Output file stream |
src | Source exception information |