Embryo_Parameter_Group (3) Linux Manual Page
Function Parameter Functions – Functions that set parameters for the next function that is called. Functions EAPI 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. EAPI int embryo_parameter_string_push (Embryo_Program *ep, const char *str) Pushes…
