forked from ROMEO/obsw
7 lines
66 B
C
7 lines
66 B
C
void _exit (int _status)
|
|
{
|
|
(void)_status;
|
|
while (1) {
|
|
;
|
|
}
|
|
} |