mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
Some compat work towards making GCC's libstdc++ build.
This commit is contained in:
parent
93c0dfd1d7
commit
0b957ed2b1
Notes:
sideshowbarker
2024-07-19 15:38:09 +09:00
Author: https://github.com/awesomekling
Commit: 0b957ed2b1
9 changed files with 120 additions and 11 deletions
|
@ -29,6 +29,9 @@ size_t strcspn(const char*, const char* reject);
|
|||
char* strerror(int errnum);
|
||||
char* strsignal(int signum);
|
||||
char* strpbrk(const char*, const char* accept);
|
||||
char *strtok(char* str, const char* delim);
|
||||
int strcoll(const char *s1, const char *s2);
|
||||
size_t strxfrm(char *dest, const char *src, size_t n);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue