Versions Compared

Key

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

...

An alternative hypothetical signature for the read() function would be:

Code Block
bgColor#FFCCCC#CCCCFF
errno_t read(int fildes, void *buf, size_t nbyte, size_t* rbytes);

...