String-to-numeric library

Clone this repo:
  1. 4fc8196 *: Simplify copyright notices by Alejandro Colomar · 7 days ago master
  2. 5ebc8b3 AUTHORS: Add file by Alejandro Colomar · 7 days ago
  3. 74425f9 etc/clang-tidy/config.yaml: Checks: -readability-function-cognitive-complexity by Alejandro Colomar · 7 days ago
  4. 578aac7 etc/checkpatch/checkpatch.conf: --ignore MACRO_WITH_FLOW_CONTROL by Alejandro Colomar · 7 days ago
  5. af3f0ec include/, src/: Use non-empty compound literals by Alejandro Colomar · 7 days ago
  6. b9c4640 src/lib/: Remove unnecessary statement expressions by Alejandro Colomar · 7 days ago
  7. 116bc82 src/lib/: De-duplicate code with a type-generic macro by Alejandro Colomar · 7 days ago
  8. 0659859 src/lib/: Escape newlines in function bodies by Alejandro Colomar · 7 days ago
  9. 3b631e4 src/lib/: Use local labels for goto by Alejandro Colomar · 7 days ago
  10. a016d8e src/lib/: Use _Pragma() instead of #pragma by Alejandro Colomar · 7 days ago
  11. 233a7bc share/tests/: Reduce subdirectories by Alejandro Colomar · 7 days ago
  12. ab72186 include/a2i.h: Use a compound literal to avoid a cast by Alejandro Colomar · 7 days ago
  13. f3b7dae src/: wsfix by Alejandro Colomar · 12 days ago
  14. fa62b15 src/: Use streq(3) instead of its pattern by Alejandro Colomar · 12 days ago
  15. 23a379d share/mk/: $CLANG_FLAGS: Add -Wno-gnu-conditional-omitted-operand by Alejandro Colomar · 13 days ago
  16. f2a5f4e src/: ato[su]imax(): Accept a null status parameter by Alejandro Colomar · 13 days ago
  17. edb8a27 src/: ato[su]imax(): Fix lifetime of compound literal by Alejandro Colomar · 13 days ago
  18. cebf48b include/, man/, share/tests/, src/: Remove a2i/ subdir by Alejandro Colomar · 13 days ago
  19. 87e3c96 include/, src/: Merge all the code into a single '.c' and a single '.h' file by Alejandro Colomar · 13 days ago
  20. ee0fd59 include/, src/: Rename strto[iu]2() => ato[su]imax() by Alejandro Colomar · 13 days ago