diff options
Diffstat (limited to 'StdLibPrivateInternalFiles/Include/extern.h')
-rw-r--r-- | StdLibPrivateInternalFiles/Include/extern.h | 2 |
1 files changed, 2 insertions, 0 deletions
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
|