Elaborato_SO/inc/custom_sig.h

9 lines
130 B
C
Raw Normal View History

2023-05-12 12:39:48 +02:00
#ifndef SIGNAL_H
#define SIGNAL_H
2023-05-21 11:59:15 +02:00
#define TIME_TO_RESET 2
2023-05-12 12:39:48 +02:00
2023-05-21 11:59:15 +02:00
void sigHandlerServer(int sig);
2023-05-12 12:39:48 +02:00
void setServerSignalHandler();
#endif