#pragma once #ifdef __cplusplus extern "C" { #endif void initialize_storage(); void load_file(const char *filename); #ifdef __cplusplus } #endif