StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h.

Signed-off-by: darylm503
Reviewed-by: jljusten


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12654 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
darylm503
2011-11-03 00:35:55 +00:00
parent f45df7a607
commit feb1422b3a
3 changed files with 57 additions and 4 deletions

View File

@@ -66,6 +66,4 @@ int __sysctl(const int *, unsigned int, void *, size_t *, const void *, size_t);
void Efi2Tm( EFI_TIME *ET, struct tm *BT);
time_t Efi2Time( EFI_TIME *EfiBDtime);
int ffs(int x);
__END_DECLS