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, 24 Feb 2022 17:56:44 +0000 (09:56 -0800)
commit92492c9de37101cb8ed0a116c9a42ec8d2d05ddb
tree697bf911ba1288bbd846fb8db1f39e9f95fa8802
parent086df40bf443ae38745090ddd82cc2034d59cf1d
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