Ylva And Malin
|
#include <ym_error.h>
Functions | |
void | ym_raise_error (ym_errc error) |
Sets the new global error within the ym project. Only used for handling errors when testing. More... | |
ym_errc | ym_clear_error () |
Clears the global error and gets back its previous values. Only used for handling errors when testing. More... | |
const char * | ym_errc_str (ym_errc errc) |
Translates an ym_errc to a human readable string. More... | |