aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/atoll.c
AgeCommit message (Collapse)AuthorFilesLines
2004-04-02Change _p9strsig to return nil if tmp==nil.rsc1-0/+9
Add atoi, atol, atoll. These versions call strtol/strtoll with base==0. The Unix versions use base==10.