summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/lldiv.c
AgeCommit message (Expand)Author
2016-08-14Reduce qabs() and qdiv() to aliases of llabs() and lldiv().Philip Guenther
2006-01-13Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()Todd C. Miller