#ifndef STORAGE_H #define STORAGE_H bool read_table(unsigned char *); bool store_table(const unsigned char *); #endif