Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed the function pointer type definition to be a function type definition for more broad appeal.

...

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

Risk Assessment

...