aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/log.h (follow)
Commit message (Collapse)AuthorAge
* add check_errno macroEgor Tensin2022-08-26
|
* fix macrosEgor Tensin2022-08-26
| | | | | | do { ... } while (0) is objectively better: https://stackoverflow.com/q/1067226/514684
* fix pthread error handlingEgor Tensin2022-08-26
| | | | pthread functions return positive error codes.
* log: add print_log macroEgor Tensin2022-08-25
|
* add some codeEgor Tensin2022-08-23
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.