 
                            ...
Windows automatically resets handlers to default.
| Code Block | ||
|---|---|---|
| 
 | ||
| 
void handler(int signum) {
  /* handling code */
}
 | 
...
 
                            ...
Windows automatically resets handlers to default.
| Code Block | ||
|---|---|---|
| 
 | ||
| 
void handler(int signum) {
  /* handling code */
}
 | 
...