9 lines
97 B
C
9 lines
97 B
C
#ifndef SIGINT_H
|
|
#define SIGINT_H
|
|
|
|
#ifndef WINDOWS
|
|
void sigint_catch(int sig_no);
|
|
#endif
|
|
|
|
#endif
|