Change _p9strsig to return nil if tmp==nil.
Add atoi, atol, atoll. These versions call strtol/strtoll with base==0. The Unix versions use base==10.
This commit is contained in:
@@ -72,6 +72,9 @@ LIB9OFILES=\
|
||||
announce.$O\
|
||||
argv0.$O\
|
||||
atexit.$O\
|
||||
atoi.$O\
|
||||
atol.$O\
|
||||
atoll.$O\
|
||||
atnotify.$O\
|
||||
await.$O\
|
||||
cistrcmp.$O\
|
||||
|
||||
Reference in New Issue
Block a user