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>
Mon, 14 Feb 2022 18:45:24 +0000 (10:45 -0800)
commit11bd96efe4de9a9ac4c76791f8d463443c0f74d5
treea67d8660d70ab37508fb699bc5e328697e0f4351
parent26f05ab71deca00fa96f7d483017b1856a0b2233
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]