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
98343f1e12c3b04a88ea3093f6f13105ae04f349
rosetta
/
lib
/
libc
/
core
/
stdlib
/
exit.c
T
7 lines
69 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
exit
(
int
code
)
{
task_exit
(
code
)
;
}
Reference in New Issue
Copy Permalink