Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor editorial change

...

Code Block
bgColor#FFcccc
langc
extern int errno;

Compliant Solution (

...

Declaring errno)

The correct way to declare errno is to include the header <errno.h>:

...