 |
Clapkit
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
23#define CK_UNIMPLEMENTED() ({ CKLog("Unimplemented function"); })
26#define MIN(a, b) ((a) < (b) ? (a) : (b))
27#define MAX(a, b) ((a) > (b) ? (a) : (b))
31#define LOWORD(l) ((l) & 0xffff)
32#define HIWORD(l) ((l >> 16) & 0xffff)