Timeline for A simple server-client application in C
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 4 at 8:05 | comment | added | user1686 |
Regarding fatal(), I would just say that's needlessly reinventing err()/errx() from err.h ...
|
|
| Aug 3 at 15:57 | history | edited | Reinderien | CC BY-SA 4.0 |
added 4 characters in body
|
| Aug 3 at 15:57 | comment | added | Reinderien |
By the documentation it should be ssize_t.
|
|
| Aug 3 at 15:48 | comment | added | Super Tux |
Hello, thanks for your answer! Is it okay to use type int for numread, when the return type of read() is ssize_t? What is the preferred type of numread as an return value of read()?
|
|
| Aug 3 at 15:46 | history | edited | Reinderien | CC BY-SA 4.0 |
deleted 362 characters in body
|
| Aug 3 at 12:44 | history | edited | Reinderien | CC BY-SA 4.0 |
added 30 characters in body
|
| Aug 3 at 12:36 | history | answered | Reinderien | CC BY-SA 4.0 |