6 lines
58 B
C
6 lines
58 B
C
#ifndef UTIL_H
|
|
#define UTIL_H
|
|
|
|
void wait(int ms);
|
|
|
|
#endif
|