mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
27cbe839e9
typedefed for some platforms. svn path=/trunk/timing/; revision=2190
10 lines
163 B
C
10 lines
163 B
C
#ifndef __TIMING_H__
|
|
#define __TIMING_H__
|
|
|
|
#include <stdint.h>
|
|
|
|
uint64_t timing_get_time(void);
|
|
void timing_sleep(uint64_t sleeptime);
|
|
|
|
#endif /* __TIMING_H__ */
|