]> git.ipfire.org Git - thirdparty/util-linux.git/commit
include/strutils: cleanup strto..() functions
authorKarel Zak <kzak@redhat.com>
Tue, 22 Jun 2021 12:20:42 +0000 (14:20 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Jul 2021 09:34:53 +0000 (11:34 +0200)
commita9768580a49403a6ed4fcbc0403936073e301cdb
tree976b150cc0177cb128713108ce5ddf86c1e4dbeb
parentcbfbbc44c4262c1f588c69e53f6dde5424e3273b
include/strutils: cleanup strto..() functions

* add ul_strtos64() and ul_strtou64()
* add simple test

Addresses: https://github.com/karelzak/util-linux/issues/1358
Signed-off-by: Karel Zak <kzak@redhat.com>
include/strutils.h
lib/strutils.c