]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/BaseLib/SafeString.c
MdePkg/BaseLib: Introduce CharToUpper and AsciiCharToUpper publicly
authorMike Turner <miketur@microsoft.com>
Wed, 30 Jan 2019 08:33:49 +0000 (16:33 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 31 Jan 2019 12:19:14 +0000 (20:19 +0800)
commit5dbfa01e2ec18a255904c98030b7a18420d4bb85
treee17ff6fcd03bba7bfacecf6801cadce25e2f21a4
parentcecbecb71d6baad7b55ab59bb9bc7dd7de1efc4b
MdePkg/BaseLib: Introduce CharToUpper and AsciiCharToUpper publicly

Introduce two public functions CharToUpper and AsciiCharToUpper.
They have the same functions as InternalCharToUpper and
InternalBaseLibAsciiToUpper.Considering the internal functions will
be removed,so directly I change their function names to the public ones'.
https://bugzilla.tianocore.org/show_bug.cgi?id=1369

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
MdePkg/Include/Library/BaseLib.h
MdePkg/Library/BaseLib/SafeString.c
MdePkg/Library/BaseLib/String.c