#include <stdint.h>#include <stdbool.h>#include <stddef.h>Go to the source code of this file.
Macros | |
| #define | ZW_WEAK __attribute__((weak)) |
| #define | EOF (-1) |
| #define | NULL ((void*)0) |
| #define | NO_RETURN |
| #define | VOID_CALLBACKFUNC(completedFunc) |
| #define | IS_NULL(x) |
| #define | NON_NULL(x) |
| #define | UIP_HTONL(x) |