fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Macros | Functions
errstr.c File Reference

error output to log for different conditions and OS More...

#include "error.h"
Include dependency graph for errstr.c:

Go to the source code of this file.

Macros

#define X(e, s)   if (code == e) return s;
 

Functions

char * error_str (int)
 
char * errstr (int code)
 

Detailed Description

error output to log for different conditions and OS

Author
kp qlibs

Definition in file errstr.c.

Macro Definition Documentation

◆ X

#define X (   e,
 
)    if (code == e) return s;

Definition at line 10 of file errstr.c.

Function Documentation

◆ error_str()

char * error_str ( int  )

◆ errstr()

char * errstr ( int  code)

Definition at line 14 of file errstr.c.