]> git.ipfire.org Git - thirdparty/u-boot.git/commit
lib: Add a function to convert a string to upper case
authorSimon Glass <sjg@chromium.org>
Wed, 8 Apr 2020 14:32:56 +0000 (08:32 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 24 Apr 2020 20:40:09 +0000 (16:40 -0400)
commitfdc79a6b125d52b6ca0fd65df538db7810d88a8d
tree589dbab11527cbd95728f4d5c8b2990975687a28
parent4f04d54981cd9d641e4ca958c551aeb00ee55484
lib: Add a function to convert a string to upper case

Add a helper function for this operation. Update the strtoul() tests to
check upper case as well.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/vsprintf.h
lib/strto.c
test/str_ut.c