dj(1): more better comments

This commit is contained in:
Emma Tebibyte 2024-07-29 14:38:33 -06:00
parent 8d23c7fbac
commit 6c2b7b68fd
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -20,6 +20,7 @@
#include <assert.h> /* assert(3) */ #include <assert.h> /* assert(3) */
#include <errno.h> /* errno */ #include <errno.h> /* errno */
#include <fcntl.h> /* open(2) */ #include <fcntl.h> /* open(2) */
#include <stdbool.h> /* bool */
#include <stdio.h> /* fprintf(3), stderr */ #include <stdio.h> /* fprintf(3), stderr */
#include <stdlib.h> /* malloc(3), strtol(3), size_t */ #include <stdlib.h> /* malloc(3), strtol(3), size_t */
#include <string.h> /* memcpy(3), memmove(3), memset(3) */ #include <string.h> /* memcpy(3), memmove(3), memset(3) */