Ylva And Malin
Functions
ym_error.c File Reference
#include <ym_error.h>
Include dependency graph for ym_error.c:

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...