NeoMutt  2025-01-09-81-g753ae0
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
exit.h File Reference

Leave the program NOW. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void mutt_exit (int code)
 Leave NeoMutt NOW.
 

Detailed Description

Leave the program NOW.

Authors
  • Richard Russon

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file exit.h.

Function Documentation

◆ mutt_exit()

void mutt_exit ( int  code)

Leave NeoMutt NOW.

Some library routines want to exit immediately on error. By having this in the library, mutt_exit() can be overridden.

See also
main.c
Parameters
codeValue to return to the calling environment

Definition at line 41 of file exit.c.

42{
43 exit(code);
44}
+ Here is the call graph for this function:
+ Here is the caller graph for this function: