mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibC, LibM: Add functions needed to compile python3
This commit is contained in:
parent
3042c942d8
commit
e7affa24dc
Notes:
sideshowbarker
2024-07-19 11:15:36 +09:00
Author: https://github.com/lnzero1dev
Commit: e7affa24dc
Pull-request: https://github.com/SerenityOS/serenity/pull/763
Reviewed-by: https://github.com/awesomekling ✅
Reviewed-by: https://github.com/bugaevc
7 changed files with 136 additions and 1 deletions
|
@ -46,6 +46,7 @@ void* bsearch(const void* key, const void* base, size_t nmemb, size_t size, int
|
|||
size_t mbstowcs(wchar_t*, const char*, size_t);
|
||||
size_t mbtowc(wchar_t*, const char*, size_t);
|
||||
int wctomb(char*, wchar_t);
|
||||
size_t wcstombs(char*, const wchar_t*, size_t);
|
||||
|
||||
#define RAND_MAX 32767
|
||||
int rand();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue