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)
commit62a2af077493df4ebea22df4de8df4aea3c882cc
tree0c1aca5df502bb85cf5be0d1107e560402de9b74
parentc91eb033895593a998c5a49d562fb760ab2fa5bb
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