std-defines.h File Reference
#include <netdb.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <signal.h>
#include <errno.h>
#include <unistd.h>
#include <strings.h>
Include dependency graph for std-defines.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 |
Macro Definition Documentation
◆ BOOL
#define BOOL int |
Definition at line 37 of file std-defines.h.
◆ FALSE
#define FALSE 0 |
Definition at line 49 of file std-defines.h.
◆ TRUE
#define TRUE 1 |
Definition at line 48 of file std-defines.h.