MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / _sys_exit

Function _sys_exit

components/libc/compilers/armlibc/syscalls.c:314–318  ·  view source on GitHub ↗

for exit() and abort() */

Source from the content-addressed store, hash-verified

312
313/* for exit() and abort() */
314rt_weak void _sys_exit(int return_code)
315{
316 __rt_libc_exit(return_code);
317 while (1);
318}
319
320/**
321 * return current length of file.

Callers

nothing calls this directly

Calls 1

__rt_libc_exitFunction · 0.85

Tested by

no test coverage detected