Versions Compared

Key

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

...

A return type of errno_t indicates that the function returns a status indicator . (See see DCL09-C. Declare functions that return errno with a return type of errno_t).)

This error-handling approach is secure, but it has the following drawbacks:

...