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, 21 Apr 2022 00:05:43 +0000 (17:05 -0700)
commitc91eb033895593a998c5a49d562fb760ab2fa5bb
tree3f6eff1dd90b83013eaba74242ea530a6e40efce
parent06fdba53e0a9a897ba00c3602f14b3498b321655
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]