chore: add basic utilities
This commit is contained in:
@@ -2,4 +2,10 @@
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
void print_usage(const char *prog_name);
|
||||
|
||||
void log_info(const char *fmt, ...);
|
||||
|
||||
void log_error(const char *fmt, ...);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user