Functions | |
int | embryo_parameter_cell_push (Embryo_Program *ep, Embryo_Cell cell) |
Pushes an Embryo_Cell onto the function stack to use as a parameter for the next function that is called in the given program. | |
int | embryo_parameter_string_push (Embryo_Program *ep, char *str) |
Pushes a string onto the function stack to use as a parameter for the next function that is called in the given program. | |
int | embryo_parameter_cell_array_push (Embryo_Program *ep, Embryo_Cell *cells, int num) |
Pushes an array of Embryo_Cells onto the function stack to be used as parameters for the next function that is called in the given program. |
|
Pushes an array of Embryo_Cells onto the function stack to be used as parameters for the next function that is called in the given program.
|
|
Pushes an Embryo_Cell onto the function stack to use as a parameter for the next function that is called in the given program.
|
|
Pushes a string onto the function stack to use as a parameter for the next function that is called in the given program.
|