/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

  1. typedef unsigned int unsigned_int;
  2. #define unsigned_int_cast(C) ((int64_t)(C))
  3. #define unsigned_int_set(C, value) ((C)=(unsigned_int)(value))
  4. #define unsigned_int_default (0UL)