1 2 3 4 5 6 7
#ifndef OXEN_DISPLAY_H #define OXEN_DISPLAY_H void display_init(void); void display_fini(void); #endif // OXEN_DISPLAY_H