6 lines
102 B
C
6 lines
102 B
C
#ifndef _UTILS_H_
|
|
#define _UTILS_H_
|
|
|
|
void s_sleep(unsigned int s, unsigned int u);
|
|
#endif //_UTILS_H_
|