aboutsummaryrefslogtreecommitdiff
path: root/util.c
Commit message (Collapse)AuthorAgeFilesLines
* replace spaces with tabsLeonardo Hernández Hernández2024-07-271-5/+5
| | | | Fixes: 71f11e6cf63289d51f152469a0da81a85fe2608c
* set O_NONBLOCK flag to stdoutLeonardo Hernández Hernández2024-07-011-0/+16
|
* sort util.c functionsLeonardo Hernández Hernández2022-10-291-10/+10
|
* new functions ecalloc() and die()Leonardo Hernández Hernández2022-03-281-0/+35
die() replaces EBARF and BARF and allow us to add `-pedantic` to CFLAGS