Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: sigh..reverted change...doesn't render properly in Confluence

...

Code Block
bgColor#ccccff
typedef void (*__sighandler_tSighandlerType)(int signum);
extern __sighandler_tSighandlerType signal(int signum, __sighandler_tSighandlerType handler);

Risk Assessment

Code readability is important for discovering and eliminating vulnerabilities.

...