MicrOS
|
Functions | |
void | perror (const char *str) |
Print error message. More... | |
Variables | |
char ** | errors = {"No error", "Math argument out of domain of func", "Math result not representable", "Illegal byte sequence"} |
void perror | ( | const char * | str | ) |
Print error message.
char** errors = {"No error", "Math argument out of domain of func", "Math result not representable", "Illegal byte sequence"} |