tools/nolibc/string: split the string functions into string.h
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Feb 2022 16:23:20 +0000 (17:23 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 24 Feb 2022 17:56:44 +0000 (09:56 -0800)
commit086df40bf443ae38745090ddd82cc2034d59cf1d
treeab032aa443b039c2f1616a3cc21f9d0e7030ceac
parent399c1866f7bfa67bcbef56163d43b5394ccc5e35
tools/nolibc/string: split the string functions into string.h

The string manipulation functions (mem*, str*) are now found in
string.h. The file depends on almost nothing and will be
usable from other includes if needed. Maybe more functions could
be added.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/include/nolibc/nolibc.h
tools/include/nolibc/string.h [new file with mode: 0644]