1 2 3 4 5 6 7 8 9
#ifndef _FPS_H #define _FPS_H #include "fb.h" int fps_setup(void); void fps_print(fb_t *fb); #endif