MicrOS
perror.c File Reference
#include "../stdio.h"
#include "../errno.h"

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"}
 

Function Documentation

◆ perror()

void perror ( const char *  str)

Print error message.

Variable Documentation

◆ errors

char** errors = {"No error", "Math argument out of domain of func", "Math result not representable", "Illegal byte sequence"}