/tutorial/plugin/external_type/plugin/c/unsigned_int.h
C++ Header | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | c0419e32275e2e89c96d14a088c3eb82 MD5 | raw file
1typedef unsigned int unsigned_int; 2 3#define unsigned_int_cast(C) ((int64_t)(C)) 4#define unsigned_int_set(C, value) ((C)=(unsigned_int)(value)) 5#define unsigned_int_default (0UL)