Kiwi Engine
VM for interpreter
|
Define KEExecutor path. More...
Go to the source code of this file.
Enumerations | |
enum | KEExecError { KENoExecError } |
Functions | |
int | KEExecuteProgram (struct KEProgram *program, unsigned int argc, struct CNString *argv) |
Execute the program. More... | |
Define KEExecutor path.
enum KEExecError |
Error code for the execution result
int KEExecuteProgram | ( | struct KEProgram * | program, |
unsigned int | argc, | ||
struct CNString * | argv | ||
) |
Execute the program.
program | Source program |
argc | Count of arguments |
argv | Array of arguments |