NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
exit.c
Go to the documentation of this file.
1
29#include "config.h"
30#include <stdlib.h>
31#include "exit.h"
32
41void mutt_exit(int code)
42{
43 exit(code);
44}
void mutt_exit(int code)
Leave NeoMutt NOW.
Definition: exit.c:41
Leave the program NOW.