1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-15 04:08:09 -04:00
icecast-common/timing/timing.h

10 lines
163 B
C
Raw Normal View History

#ifndef __TIMING_H__
#define __TIMING_H__
#include <stdint.h>
uint64_t timing_get_time(void);
void timing_sleep(uint64_t sleeptime);
#endif /* __TIMING_H__ */