Definition in file cc.h.
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "print_funcs.h"
Go to the source code of this file.
Defines | |
| #define | BYTE_ORDER BIG_ENDIAN |
| #define | LWIP_PLATFORM_ASSERT(x) |
| #define | LWIP_PLATFORM_DIAG(x) { char tmpbuf[150];sprintf(tmpbuf,x);print_dbg(tmpbuf);} |
| #define | LWIP_PROVIDE_ERRNO |
| #define | PACK_STRUCT_BEGIN |
| #define | PACK_STRUCT_END |
| #define | PACK_STRUCT_FIELD(x) x |
| #define | PACK_STRUCT_STRUCT __attribute__ ((__packed__)) |
| #define | S16_F "hd" |
| #define | S32_F "ld" |
| #define | U16_F "hu" |
| #define | U32_F "lu" |
| #define | X16_F "hx" |
| #define | X32_F "lx" |
Typedefs | |
| typedef u32_t | mem_ptr_t |
| typedef signed short | s16_t |
| typedef signed long | s32_t |
| typedef signed char | s8_t |
| typedef unsigned short | u16_t |
| typedef unsigned long | u32_t |
| typedef unsigned char | u8_t |
| #define LWIP_PLATFORM_ASSERT | ( | x | ) |
| #define LWIP_PLATFORM_DIAG | ( | x | ) | { char tmpbuf[150];sprintf(tmpbuf,x);print_dbg(tmpbuf);} |
1.5.5