Searched refs:MYINT (Results 1 – 1 of 1) sorted by relevance
24 #define MYINT(s) (s[0]-'0') /* assume one-digit numerals */ macro25 #define LUAC_VERSION (MYINT(LUA_VERSION_MAJOR)*16+MYINT(LUA_VERSION_MINOR))
Completed in 3 milliseconds