[libc] Add wcslen() function

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-10-15 00:36:48 +01:00
parent a712dae709
commit 51b65d5f9c
2 changed files with 45 additions and 0 deletions

View File

@@ -24,4 +24,6 @@ size_t wcrtomb ( char *buf, wchar_t wc, mbstate_t *ps __unused ) {
return 1;
}
extern size_t wcslen ( const wchar_t *string );
#endif /* WCHAR_H */