main.h (106B)
1 #ifndef MAIN_H 2 #define MAIN_H 3 4 void save(void); 5 void load_pattern(void); 6 void save_pattern(void); 7 8 #endif