#ifndef UTILS_H #define UTILS_H void log_status(const char *message); void print_status(); #endif