On 24/01/2024 08.18, Andrew Jones wrote:
We'll soon want a case insensitive string comparison. Add toupper() and tolower() too (the latter gets used by the new string functions). Signed-off-by: Andrew Jones <andrew.jones@xxxxxxxxx> --- lib/ctype.h | 10 ++++++++++ lib/string.c | 14 ++++++++++++++ lib/string.h | 2 ++ 3 files changed, 26 insertions(+)
Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>