You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are a few string-related functions strewn across various applications and libraries that should be looked into, especially:
_wcstof()
wctype*() functions
Those functions might not be needed anymore because there are edk2 built-ins, check that. If they should remain, at least move them to the string library.
The text was updated successfully, but these errors were encountered:
Currently there are a few string-related functions strewn across various applications and libraries that should be looked into, especially:
Those functions might not be needed anymore because there are edk2 built-ins, check that. If they should remain, at least move them to the string library.
The text was updated successfully, but these errors were encountered: