]> git.baikalelectronics.ru Git - kernel.git/commit
tools/nolibc/ctype: split the is* functions to ctype.h
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Feb 2022 16:23:21 +0000 (17:23 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 21 Apr 2022 00:05:43 +0000 (17:05 -0700)
commit5bf8532517bad723b73827187d14be47c573a4bc
tree0c1aca5df502bb85cf5be0d1107e560402de9b74
parent7b1010893c34df5658ae123c9ee8173826c47a5e
tools/nolibc/ctype: split the is* functions to ctype.h

In fact there's only isdigit() for now. More should definitely be added.

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