Update comments and error code values

This commit is contained in:
olemorud
2023-04-25 05:05:01 +02:00
parent edfea67b65
commit 47792c624b
3 changed files with 27 additions and 23 deletions

View File

@@ -2,8 +2,8 @@
#ifndef _UTIL_H
#define _UTIL_H
#include <stddef.h>
#include <stdio.h>
#include <stddef.h> // size_t
#include <stdio.h> // FILE*
__attribute__((__noreturn__)) void err_ctx(int exit_code, FILE* fp, const char* format, ...);