#ifndef FONCTIONC #define FONCTIONC int PrintV(int x, int y, int v); int getFps(); void setFps(int fpsWish); int getDelay( int ms); int mod(int a, int b); int RTC_getTicks(void); #endif // FONCTIONC