aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/atol.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-1/+0
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
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.