summaryrefslogtreecommitdiff
path: root/include/exit.h
blob: f74b741c15902ae473a62436340858202d5897e5 (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