This website requires JavaScript.
Explore
Help
Sign In
wash
/
rosetta
Watch
1
Star
0
Fork
0
You've already forked rosetta
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9af325cdee34702e762c4dbf48345a03f1357af3
rosetta
/
lib
/
libc
/
core
/
stdlib
/
abort.c
T
7 lines
64 B
C
Raw
Normal View
History
Unescape
Escape
libc: update kernel library references
2026-05-28 20:39:54 +01:00
#
include
<magenta/task.h>
libc: core: implement assert, ctype, wctype, and stdlib functions
2026-04-01 18:48:35 +01:00
void
abort
(
void
)
{
task_exit
(
-
1
)
;
}
Reference in New Issue
Copy Permalink