fehQlibs 30
Qlibs
Loading...
Searching...
No Matches
Macros | Functions
errtmp.c File Reference
#include <errno.h>
#include "error.h"
Include dependency graph for errtmp.c:

Go to the source code of this file.

Macros

#define X(n)   if (e == n) return 1;
 

Functions

int error_temp (int e)
 

Detailed Description

Author
djb qmail

Definition in file errtmp.c.

Macro Definition Documentation

◆ X

#define X (   n)    if (e == n) return 1;

Definition at line 13 of file errtmp.c.

Function Documentation

◆ error_temp()

int error_temp ( int  e)

Definition at line 15 of file errtmp.c.