summaryrefslogtreecommitdiff
path: root/include/exit.h
blob: 8e542392a37db6dd214e8794d9c3f72a40206181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef EXIT_H
#define EXIT_H

/**
  @file exit.h
  @author djb, feh
  @source qmail
  @brief convenience header
*/

extern void _exit(int);

#endif