]> git.ipfire.org Git - thirdparty/mtr.git/commit
Split the strtonum function into two parts to create a better structure 525/head
authorMarek Küthe <m.k@mk16.de>
Fri, 14 Feb 2025 23:31:18 +0000 (23:31 +0000)
committerMarek Küthe <m.k@mk16.de>
Fri, 14 Feb 2025 23:46:49 +0000 (23:46 +0000)
commit100f759713e738be9b458baeb7107fa21ff52417
treed731041883e2dd651409e1da354a154b9abdb2bc
parent37a93e61244aa6f587cb7db704b1a0af8a0af361
Split the strtonum function into two parts to create a better structure

This even saves some memory when converting signed integers, as no `long` is used.
ui/mtr.c
ui/utils.c
ui/utils.h