#include <stdbool.h> #include <stdint.h> bool flipbip_load_file(const char* file_path); bool flipbip_save_file(const char* file_path);