#include <stdio.h>
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | _BSD_SOURCE 1 |
reveal BSD compatibility functions and macros. | |
#define | _XOPEN_SOURCE 500 |
reveal Single Unix Specification functions and macros. | |
#define | true 1 |
define a symbolic name for boolean "true". | |
#define | false 0 |
define a symbolic name for boolean "false". | |
#define | E_SUCCESS 0 |
result of a successful function and errno if no error occured. | |
#define | E_FAILURE -1 |
result of a failing function. This one is not used very often, don't change it! | |
#define | __attribute__(a) |
help non-GNU compilers not to choke on __attribute__s. |
Definition in file common.h.