Search
Items tagged with: Development
Parsing integers in C. Aka "bye bye atoi".
daniel.haxx.se/blog/2025/11/13…
Parsing integers in C
In the standard libc API set there are multiple functions provided that do ASCII numbers to integer conversions. They are handy and easy to use, but also error-prone and quite lenient in what they accept and silently just swallow.daniel.haxx.se
