Commit message (Collapse) | Author | ||
---|---|---|---|
2022-08-26 | add check_errno macro | Egor Tensin | |
2022-08-26 | fix macros | Egor Tensin | |
do { ... } while (0) is objectively better: https://stackoverflow.com/q/1067226/514684 | |||
2022-08-26 | fix pthread error handling | Egor Tensin | |
pthread functions return positive error codes. | |||
2022-08-25 | log: add print_log macro | Egor Tensin | |
2022-08-23 | add some code | Egor Tensin | |
A basic client-server app, the client sends commands as an array of strings. Hopefully I didn't mess up, and hopefully it'll be useful. |