StdLib: Make the vfscanf function public.

Signed-off-by: darylm503
Reviewed-by: geekboy15a


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12653 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
darylm503 2011-11-03 00:19:10 +00:00
parent 5c5e4a12de
commit f45df7a607
2 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,7 @@
#endif #endif
/* /*
* Provide an external name for vfscanf. Note, we don't use the normal * Provide an external name for vfscanf. Note, EFI uses the normal
* namespace.h method; stdio routines explicitly use the internal name * namespace.h method; stdio routines explicitly use the internal name
* __svfscanf. * __svfscanf.
*/ */

View File

@ -48,6 +48,7 @@
#define strtoll _strtoll #define strtoll _strtoll
#define strtoull _strtoull #define strtoull _strtoull
#define strtoumax _strtoumax #define strtoumax _strtoumax
#define vfscanf __svfscanf
#if 0 #if 0
#define brk _brk #define brk _brk