]> 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, 22 Jun 2021 12:42:15 +0000 (14:42 +0200)
commit84825b161ba5d18da4142893b9789b3fc71284d9
tree190c9af67ffbfd5266d83ca2b36550f1512b90e8
parent4077526856e4957235f1c4f7bb73214d6d803872
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