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>
Mon, 14 Feb 2022 18:45:24 +0000 (10:45 -0800)
commitf3ae8184f26c24a64cadcbc0a57667666245ae6d
treee9604d87a48fbdb98dfede5a374ca89df1c45f61
parent11bd96efe4de9a9ac4c76791f8d463443c0f74d5
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