_Exit

_Exit

void _Exit( int exit_code );
(since C99)
(until C11)
_Noreturn void _Exit( int exit_code );
(since C11)

Causes normal program termination to occur without completely cleaning the resources.

Destructors of variables with automatic, thread local and static storage durations are not called. Functions passed to at_quick_exit() or ate