void _exit()

in ev3-api/src/ev3api_newlib.c [143:147]


void _exit(int status) {
    assert(false);
    ext_ker();
    while(1);
}