|
cwebs 0.2
WebSocket wire protocol.
|
Fixed-size integer types. More...
Go to the source code of this file.
Defines | |
| #define | MIN(a, b) (((a) < (b))? (a) : (b)) |
Typedefs | |
| typedef unsigned char | uint8 |
| typedef unsigned short | uint16 |
| typedef unsigned int | uint32 |
| typedef unsigned long long | uint64 |