Format util.h

* Formalise usage function with argument type void.
This commit is contained in:
Dylan Lom 2021-01-26 19:27:23 +11:00
parent 9f4ac595a8
commit f9d07ac21a
1 changed files with 10 additions and 10 deletions

2
util.h
View File

@ -5,7 +5,7 @@
void die (const char* fmt, ...);
void edie (const char* fmt, ...);
void usage();
void usage (void);
void* ecalloc (size_t nmemb, size_t size);