]> git.ipfire.org Git - thirdparty/iproute2.git/commit
Add utility to convert an unsigned int to string
authorMathieu Schroeter <mathieu@schroetersa.ch>
Tue, 8 Aug 2023 21:42:56 +0000 (23:42 +0200)
committerDavid Ahern <dsahern@kernel.org>
Sun, 13 Aug 2023 16:24:32 +0000 (10:24 -0600)
commitdb7fb3f1965751444c3b743ba0253061fd7e3b44
treeb5427cf909fe8367b01b69c040c32e521f4fbac0
parent3a463c152a9a5503f9c37362b63acd6f72ecba6c
Add utility to convert an unsigned int to string

Signed-off-by: Mathieu Schroeter <mathieu@schroetersa.ch>
Signed-off-by: David Ahern <dsahern@kernel.org>
include/utils.h
lib/utils.c