mess822x
1.24
mess822x
Loading...
Searching...
No Matches
mess822x-1.24
src
trysgact.c
Go to the documentation of this file.
1
#include <signal.h>
2
3
void
main
()
4
{
5
struct
sigaction sa;
6
sa.sa_handler = 0;
7
sa.sa_flags = 0;
8
sigemptyset(&sa.sa_mask);
9
sigaction(0,&sa,(
struct
sigaction *) 0);
10
}
main
void main()
Definition
trysgact.c:3
Generated on
for mess822x by
1.14.0