NeoMutt
2024-10-02-37-gfa9146
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
41
void
mutt_exit
(
int
code)
42
{
43
exit(code);
44
}
mutt_exit
void mutt_exit(int code)
Leave NeoMutt NOW.
Definition:
exit.c:41
exit.h
Leave the program NOW.