// Define once #ifndef H_STORE #define H_STORE // Libraries #include #include "app.h" // Functions char* store_load(char* type); void store_save(char* type, char* data); #endif