fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
exit.h
Go to the documentation of this file.
1#ifndef EXIT_H
2#define EXIT_H
3
11extern void _exit(int);
12
13#endif
void _exit(int)