Searched refs:intval (Results 1 – 1 of 1) sorted by relevance
96 #define _int10tostr(bufend, intval) \ argument97 _uintmaxtostr((bufend), (intval), -10, __UIM_DECIMAL)99 #define _int10tostr(bufend, intval) \ argument100 _uintmaxtostr((bufend), (uintmax_t)(intval), -10, __UIM_DECIMAL)
Completed in 3 milliseconds