From f766dd76fde231ecd4f2e9faf99293e90902cebb Mon Sep 17 00:00:00 2001 From: darylm503 Date: Sat, 30 Jul 2011 00:25:54 +0000 Subject: Changes so that Argv points to narrow-character versions of the command-line arguments. Fix "long double" handling and differences between MSFT and GCC compilers. Fix compliance issues with ISO/IEC 9899:199409 New Function declarations: setenv(), fparseln(), GetFileNameFromPath(), rename() git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12060 6f19259b-4bc3-4df7-8a09-765794883524 --- StdLibPrivateInternalFiles/Include/extern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'StdLibPrivateInternalFiles/Include/extern.h') diff --git a/StdLibPrivateInternalFiles/Include/extern.h b/StdLibPrivateInternalFiles/Include/extern.h index 14e6fa04da..ff37d1c0a4 100644 --- a/StdLibPrivateInternalFiles/Include/extern.h +++ b/StdLibPrivateInternalFiles/Include/extern.h @@ -66,4 +66,6 @@ int vsnprintf_ss(char * __restrict, size_t, const char * __restrict, void Efi2Tm( EFI_TIME *ET, struct tm *BT); time_t Efi2Time( EFI_TIME *EfiBDtime); +int ffs(int x); + __END_DECLS -- cgit v1.2.3