mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
Add ispunct() to LibC + some minor cleanups.
This commit is contained in:
parent
3b2f172d48
commit
7cc4caee4f
Notes:
sideshowbarker
2024-07-19 16:11:15 +09:00
Author: https://github.com/awesomekling
Commit: 7cc4caee4f
5 changed files with 16 additions and 2 deletions
|
@ -7,7 +7,7 @@ int setjmp(jmp_buf)
|
|||
assert(false);
|
||||
}
|
||||
|
||||
void longjmp(jmp_buf, int val)
|
||||
void longjmp(jmp_buf, int)
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue