1 2 3 4 5 6 7
#ifndef MISC_FUNCTIONS_H #define MISC_FUNCTIONS_H void delay(int p_milliseconds); bool cyclic_function(); #endif // MISC_FUNCTIONS_H