mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
- add hex and octal parsers to the Curl_str_* family - make curlx_strtoofft use these parsers - remove all use of strtol() and strtoul() in library code - generally use Curl_str_* more than strtoofft, for stricter parsing - supports 64-bit universally, instead of 'long' which differs in size between platforms Extended the unit test 1664 to verify hex and octal parsing. Closes #16336
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
banfunc strerror
|
|
banfunc strncpy
|
|
banfunc sscanf
|
|
banfunc strtoul
|
|
banfunc strtol
|