fehQlibs 27
Qlibs
Loading...
Searching...
No Matches
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)
 

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,
s )
Value:
if (code == e) return s;

Definition at line 10 of file errstr.c.

Function Documentation

◆ error_str()

char * error_str ( int )
extern

◆ errstr()

char * errstr ( int code)

Definition at line 14 of file errstr.c.