chore: add basic utilities

This commit is contained in:
2025-08-28 14:44:25 +02:00
parent 3e8061a618
commit 6c5041543c
5 changed files with 115 additions and 3 deletions

View File

@@ -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