|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Include dependency graph for cc.h:Go to the source code of this file.
Macros | |
| #define | PACK_STRUCT_FIELD(x) x __attribute((packed)) |
| #define | PACK_STRUCT_STRUCT __attribute((packed)) |
| #define | PACK_STRUCT_FLD_8(x) x |
| #define | PACK_STRUCT_FLD_S(x) x |
| #define | PACK_STRUCT_BEGIN |
| #define | PACK_STRUCT_END |
| #define | LWIP_PLATFORM_DIAG(args) |
| #define | LWIP_PLATFORM_ASSERT(args) |
| #define | U8_F "hu" |
| #define | S8_F "hd" |
| #define | X8_F "hx" |
| #define | U16_F "hu" |
| #define | S16_F "hd" |
| #define | X16_F "hx" |
| #define | U32_F "u" |
| #define | S32_F "d" |
| #define | X32_F "x" |
| #define | SZT_F "uz" |
| #define | LWIP_NO_STDINT_H 1 |
| #define | LWIP_NO_INTTYPES_H 1 |
| #define | lwip_htons(x) PP_HTONS(x) |
| #define | lwip_htonl(x) PP_HTONL(x) |
Typedefs | |
| typedef unsigned char | u8_t |
| typedef signed char | s8_t |
| typedef unsigned short int | u16_t |
| typedef signed short int | s16_t |
| typedef unsigned int | u32_t |
| typedef signed int | s32_t |
| typedef u32_t | mem_ptr_t |