]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: add tolower() and toupper()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 11 Apr 2025 09:00:42 +0000 (11:00 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Tue, 22 Apr 2025 08:56:26 +0000 (10:56 +0200)
commit9b070d97d9e52195c3a2ee084fdd7c45b6b35adf
treed29ebcc088af8be1cd05ac70f1d4fd2a53d33d41
parent4de88a88bcbe4cf89477d8c6a9145fdfd929bc96
tools/nolibc: add tolower() and toupper()

The kselftest harness uses these functions.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
tools/include/nolibc/string.h
tools/testing/selftests/nolibc/nolibc-test.c