1 2 3 4 5 6 7 8
#ifndef _LOADED_DISPLAY #define _LOADED_DISPLAY void display_setup(void); void display_render(void); #endif