xstrndup: Use strndup instead of implementing it.
authorMartin Lewis <martin.lewis.x84@gmail.com>
Sun, 8 Mar 2020 18:35:20 +0000 (13:35 -0500)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 8 Jun 2020 23:55:59 +0000 (01:55 +0200)
commit9b4a9d96b89f06355ad9551d782d34506699aac8
tree5e7ad4eb04b8e7c42864f985c5bd8dd525b78e2b
parent726d0d148b5a7a21eccaf8b17d2726f56ce2ce8f
xstrndup: Use strndup instead of implementing it.

Signed-off-by: Martin Lewis <martin.lewis.x84@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/xfuncs_printf.c