s/qmail  3.3.23
Next generation secure email transport
Macros | Functions
error_temp.c File Reference
#include <errno.h>
#include "error.h"
Include dependency graph for error_temp.c:

Go to the source code of this file.

Macros

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

Functions

int error_temp (int e)
 

Macro Definition Documentation

◆ X

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

Definition at line 4 of file error_temp.c.

Function Documentation

◆ error_temp()

int error_temp ( int  e)

Definition at line 6 of file error_temp.c.