]> git.baikalelectronics.ru Git - uboot.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)
commit042148c1d1ea5403e083e5154052d92d1444fc8c
tree589dbab11527cbd95728f4d5c8b2990975687a28
parent9aadce5beb397d8fd08e3fed3566b6dd39ee7aa9
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