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

Go to the source code of this file.

Macros

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

Functions

char * error_str (int i)
 

Macro Definition Documentation

◆ X

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

Definition at line 4 of file error_str.c.

Function Documentation

◆ error_str()

char* error_str ( int  i)

Definition at line 6 of file error_str.c.