#ifndef UTIL_H #define UTIL_H #include void wait(int ms); #endif