]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7b1010893c34df5658ae123c9ee8173826c47a5e
tree3f6eff1dd90b83013eaba74242ea530a6e40efce
parentf55413e8f13856f9a9974c3a67178ad6e7a2868c
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]