summaryrefslogtreecommitdiff
path: root/include/exit.h
blob: 2e1c482f459abc45df838467bd8b284f6c5fc284 (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
  @ref qmail
  @brief convenience header
*/

extern void _exit(int);

#endif