cwebs 0.2.1
WebSocket wire protocol
code/types.h File Reference

Fixed-size integer types. More...

Go to the source code of this file.

Defines

#define MIN(a, b)   (((a) < (b))? (a) : (b))
 Minimum of two integers.

Typedefs

typedef unsigned char uint8
 Unsigned 8-bit integer, 1 byte.
typedef unsigned short uint16
 Unsigned 16-bit integer, 2 bytes.
typedef unsigned int uint32
 Unsigned 32-bit integer, 4 bytes.
typedef unsigned long long uint64
 Unsigned 64-bit integer, 8 bytes.

Detailed Description

Fixed-size integer types.

See also:
http://tools.ietf.org/html/rfc6455

Definition in file types.h.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines