Format: AllC/C++CSSTextshell script Advanced Search
418: */ 419: #define APPEND_DIGIT(val, dig) do { \ 420: if ((val) > INT_MAX / 10) \