cwebs 0.2
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))

Typedefs

typedef unsigned char uint8
typedef unsigned short uint16
typedef unsigned int uint32
typedef unsigned long long uint64

Detailed Description

Fixed-size integer types.

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

Definition in file types.h.

 All Classes Files Functions