summaryrefslogtreecommitdiffstats
path: root/util.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-27replace spaces with tabsLeonardo Hernández Hernández1-5/+5
Fixes: 71f11e6cf63289d51f152469a0da81a85fe2608c
2024-07-01set O_NONBLOCK flag to stdoutLeonardo Hernández Hernández1-0/+16
2022-10-29sort util.c functionsLeonardo Hernández Hernández1-10/+10
2022-03-28new functions ecalloc() and die()Leonardo Hernández Hernández1-0/+35
die() replaces EBARF and BARF and allow us to add `-pedantic` to CFLAGS