Server Wait On Clients System - API Documentation v1.7.4
Server Wait On Clients System.
signalhandle.h
Go to the documentation of this file.
1
14#ifndef SIGNALHANDLE_H
15#define SIGNALHANDLE_H
16
17#include <libmgec/mge-portability.h>
18
19BEGIN_C_DECLS
20
21void init_sig_handle(void);
22
23void termination_handler(int signum);
24
25END_C_DECLS
26
27#endif /* ndef SIGNALHANDLE_H */
BEGIN_C_DECLS void init_sig_handle(void)
Initialise signal handler.
Definition: signalhandle.c:39
void termination_handler(int signum)
Handler for caught signals.
Definition: signalhandle.c:142