mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
LibC: Add a missing mbstowcs() declaration
This ensures it gets a C linkage, and so fixes the binutils build.
This commit is contained in:
parent
475c6d7112
commit
b4389ca4b0
Notes:
sideshowbarker
2024-07-19 11:44:52 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/b4389ca4b00 Pull-request: https://github.com/SerenityOS/serenity/pull/640
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ int system(const char* command);
|
|||
char* mktemp(char*);
|
||||
char* mkdtemp(char*);
|
||||
void* bsearch(const void* key, const void* base, size_t nmemb, size_t size, int (*compar)(const void*, const void*));
|
||||
size_t mbstowcs(wchar_t*, const char*, size_t);
|
||||
|
||||
#define RAND_MAX 32767
|
||||
int rand();
|
||||
|
|
Loading…
Add table
Reference in a new issue