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) |
| #define EOF (-1) |
| #define IS_NULL | ( | x | ) |
| #define NO_RETURN |
This definition is used for task-functions and allows the compiler to know this detail and therefore do optimizations on the function.
| #define NON_NULL | ( | x | ) |
| #define NULL ((void*)0) |
| #define UIP_HTONL | ( | x | ) |
| #define VOID_CALLBACKFUNC | ( | completedFunc | ) |
Define for making easy and consistent callback definitions
| #define ZW_WEAK __attribute__((weak)) |