libsequence  1.9.5
int_handler.hpp
1 #include <signal.h>
2 #include <cstdio>
3 #include <cstdlib>
4 
5 using namespace std;
6 
7 void cntrl_c_handler(int sig);
STL namespace.