...
An alternative hypothetical signature for the read() function would be:
| Code Block | ||
|---|---|---|
| ||
errno_t read(int fildes, void *buf, size_t nbyte, size_t* rbytes); |
...
...
An alternative hypothetical signature for the read() function would be:
| Code Block | ||
|---|---|---|
| ||
errno_t read(int fildes, void *buf, size_t nbyte, size_t* rbytes); |
...