X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=StdLibPrivateInternalFiles%2FInclude%2Fextern.h;h=ff37d1c0a4b9377632356f37caa55e49d3a97574;hp=14e6fa04da2d0c5639115d25e72989983a3d5c24;hb=f766dd76fde231ecd4f2e9faf99293e90902cebb;hpb=84c1b22e843a3af1994e2a938a3685f4874462f9 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