summaryrefslogtreecommitdiffstats
path: root/test/stdlib/teststrtoq.c
Commit message (Collapse)AuthorAgeFilesLines
* libc: fix strtoqNatanael Copa2010-12-011-0/+89
strtoq should always return a quad_t and be an alias of strtol on 64 bit and strtoll on 32 bit. Signed-off-by: Natanael Copa <natanael.copa@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>