Files
xfrpc/utils.h
2017-06-05 15:36:26 +08:00

6 lines
102 B
C

#ifndef _UTILS_H_
#define _UTILS_H_
void s_sleep(unsigned int s, unsigned int u);
#endif //_UTILS_H_