Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Windows automatically resets handlers to default.

Code Block
bgColor#ffcccc#ccccff
void handler(int signum) {
  /* handling code */
}

...