Home
last modified time | relevance | path

Searched refs:intval (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_uintmaxtostr.h96 #define _int10tostr(bufend, intval) \ argument
97 _uintmaxtostr((bufend), (intval), -10, __UIM_DECIMAL)
99 #define _int10tostr(bufend, intval) \ argument
100 _uintmaxtostr((bufend), (uintmax_t)(intval), -10, __UIM_DECIMAL)

Completed in 3 milliseconds