*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: quick_exit | Section: 3 | Source: NetBSD | File: quick_exit.3
QUICK_EXIT(3) FreeBSD Library Functions Manual QUICK_EXIT(3) NAME quick_exit - exits a program quickly, running minimal cleanup LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <stdlib.h> _Noreturn void quick_exit(int status); DESCRIPTION The quick_exit() function exits the program quickly calling any cleanup functions registered with at_quick_exit(3) but not any C++ destructors or cleanup code registered with atexit(3). The status values EXIT_SUCCESS and EXIT_FAILURE can be used to indicate successful and unsuccessful termination, respectively. RETURN VALUES The quick_exit() function does not return. SEE ALSO at_quick_exit(3), exit(3) STANDARDS The quick_exit() function conforms to ISO/IEC 9899:2011 ("ISO C11"). FreeBSD 14.1-RELEASE-p8 July 26, 2015 FreeBSD 14.1-RELEASE-p8

Navigation Options