#include <sys/types.h>
#include <signal.h>
#include <errno.h>
#include <unistd.h>
Include dependency graph for std-includes.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | BOOL int |
#define | TRUE 1 |
#define | FALSE 0 |
#define | INADDR_NONE -1 |
Typedefs | |
typedef short | int16 |
Macro Definition Documentation
◆ BOOL
#define BOOL int |
Definition at line 38 of file std-includes.h.
◆ FALSE
#define FALSE 0 |
Definition at line 56 of file std-includes.h.
◆ INADDR_NONE
#define INADDR_NONE -1 |
Definition at line 61 of file std-includes.h.
◆ TRUE
#define TRUE 1 |
Definition at line 55 of file std-includes.h.
Typedef Documentation
◆ int16
typedef short int16 |
Definition at line 39 of file std-includes.h.