| 402 | /********************************************************************/ |
| 403 | |
| 404 | int |
| 405 | Nread(int fd, char *buf, size_t count, int prot) |
| 406 | { |
| 407 | return Nrecv(fd, buf, count, prot, 0); |
| 408 | } |
| 409 | |
| 410 | /*******************************************************************/ |
| 411 | /* Nrecv - reads 'count' bytes from a socket */ |
no test coverage detected
searching dependent graphs…