#ifndef __IO_UTILS_H #define __IO_UTILS_H #include <stdbool.h> // void save_mode_init(void); // void set_save_mode(bool state); // bool get_save_mode(void); #endif // __IO_UTILS_H