Functions | |
void | embryo_program_native_call_add (Embryo_Program *ep, char *name, Embryo_Cell(*func)(Embryo_Program *ep, Embryo_Cell *params)) |
Adds a native program call to the given Embryo program. | |
Embryo_Function | embryo_program_function_find (Embryo_Program *ep, char *name) |
Returns the function in the given program with the given name. |
|
Returns the function in the given program with the given name.
|
|
Adds a native program call to the given Embryo program.
|