csnake/include/sleep.h

7 lines
91 B
C
Raw Permalink Normal View History

#ifndef __SLEEP_H__
#define __SLEEP_H__
void sleepMS(int msec);
#endif /* __SLEEP_H__ */