← Back to context Comment by jervant 3 hours ago https://man.openbsd.org/strtonum 1 comment jervant Reply bmandale 3 hours ago 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.
bmandale 3 hours ago 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.
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.