ucspi-ssl  0.12.7
ucspi-ssl
exit.h
Go to the documentation of this file.
1 #ifndef EXIT_H
2 #define EXIT_H
3 
4 extern void _exit();
5 
6 #endif
void _exit()