s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
exit.h
Go to the documentation of this file.
1#ifndef EXIT_H
2#define EXIT_H
3
4/* Return code conventions:
5
6 110: Unable to access dir
7 111: General (memory) error
8 112: Unable to access file
9*/
10
11void _exit();
12
13int rename(const char *, const char *);
14
15
16#endif
void _exit()
int rename(const char *, const char *)