Query: quick_exit
OS: freebsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
QUICK_EXIT(3) BSD Library Functions Manual QUICK_EXIT(3)NAMEquick_exit -- exits a program quickly, running minimal cleanupLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <stdlib.h> _Noreturn void quick_exit(int status);DESCRIPTIONThe quick_exit() function exits the program quickly calling any cleanup functions registered with at_quick_exit(3) but not any C++ destruc- tors or cleanup code registered with atexit(3).RETURN VALUESThe quick_exit() function does not return.SEE ALSOat_quick_exit(3), exit(3)STANDARDSThe quick_exit() function conforms to ISO/IEC 9899:2011 (``ISO C11'').BSDDecember 13, 2014 BSD
Related Man Pages |
---|
_exit(3) - mojave |
_exit(3) - osx |
atexit(3) - freebsd |
atol(3) - freebsd |
pthread_cleanup_push(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
HOW to create UDP Concurrent Server |
Run a command for specific amount of time with an auto key press |