/tutorial/plugin/external_type/plugin/c/unsigned_int.h
http://github.com/tybor/Liberty · C Header · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · c0419e32275e2e89c96d14a088c3eb82 MD5 · raw file
- typedef unsigned int unsigned_int;
- #define unsigned_int_cast(C) ((int64_t)(C))
- #define unsigned_int_set(C, value) ((C)=(unsigned_int)(value))
- #define unsigned_int_default (0UL)