Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ __exit
Function
__exit
components/libc/compilers/dlib/syscalls.c:15–19 ·
view source on GitHub ↗
for exit() and abort() */
Source
from the content-addressed store, hash-verified
13
14
/* for exit() and abort() */
15
void __exit (int status)
16
{
17
__rt_libc_exit(status);
18
while(1);
19
}
Callers
nothing calls this directly
Calls
1
__rt_libc_exit
Function · 0.85
Tested by
no test coverage detected