aboutsummaryrefslogtreecommitdiff
path: root/include/clock33.h
blob: 3b0c40583808188b9d8e9e5a8d998cc4544266e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __TIME33_H__
#define __TIME33_H__


#include "types33.h"


Size clock33_get_us( void );
f64 clock33_get_s_hires( void );


#endif /* __TIME33_H__ */