Hacker News new | ask | show | jobs
by jervant 25 days ago
https://man.openbsd.org/strtonum
1 comments

Interestingly fails as well, in two ways. First:

> The string may begin with an arbitrary amount of whitespace (as determined by isspace(3))

Second is that it only applies to signed long long, not unsigned.