1 2 3 4 5 6 7
#ifndef STORAGE_H #define STORAGE_H bool read_table(unsigned char *); bool store_table(const unsigned char *); #endif
Generated with cgit - Back to sebastiano.tronto.net