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