mirror of
https://github.com/ipxe/ipxe
synced 2026-02-07 08:02:49 +03:00
@@ -24,6 +24,7 @@ size_t wcrtomb ( char *buf, wchar_t wc, mbstate_t *ps __unused ) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
extern size_t wcsnlen ( const wchar_t *string, size_t max );
|
||||
extern size_t wcslen ( const wchar_t *string );
|
||||
|
||||
#endif /* WCHAR_H */
|
||||
|
||||
Reference in New Issue
Block a user