Versions Compared

Key

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

Use type definitions (typedef names ) to improve code readability.

...

The following declaration of the signal() function does not make use of typedef names and is consequently hard to read.

...