mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
[libc] Add wcslen() function
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user