Adds a native program call to the given Embryo program. More...
| Functions | |
| EAPI Embryo_Function | embryo_program_function_find (Embryo_Program *ep, const char *name) | 
| Returns the function in the given program with the given name.  More... | |
Adds a native program call to the given Embryo program.
| ep | The given Embryo program. | 
| name | The name for the call used in the script. | 
| func | The function to use when the call is made. | 
Functions that deal with Embryo program functions.
| EAPI Embryo_Function embryo_program_function_find | ( | Embryo_Program * | ep, | 
| const char * | name | ||
| ) | 
Returns the function in the given program with the given name.
| ep | The given program. | 
| name | The given function name. | 
EMBRYO_FUNCTION_NONE. References EMBRYO_FUNCTION_NONE.