Functions | |
void | embryo_program_error_set (Embryo_Program *ep, int error) |
Sets the error code for the given program to the given code. | |
int | embryo_program_error_get (Embryo_Program *ep) |
Retrieves the current error code for the given program. | |
const char * | embryo_error_string_get (int error) |
Retrieves a string describing the given error code. |
|
Retrieves a string describing the given error code.
|
|
Retrieves the current error code for the given program.
|
|
Sets the error code for the given program to the given code.
|