This website requires JavaScript.
Explore
Help
Register
Sign In
lassik
/
upscheme
Watch
1
Star
0
Fork
You've already forked upscheme
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
55cb24023b
upscheme
/
c
/
timefuncs.h
4 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
Replace idiosyncratic C types with standard ones For number types, we rely on classic C types (char, short, int, long) to be the correct sizes. For precise bit widths, use standard intN_t and uintN_t. For size_t, just use system size_t.
2019-08-09 14:00:03 -04:00
uint64_t
i64time
(
)
;
import of llt library source
2008-06-30 21:53:51 -04:00
void
sleep_ms
(
int
ms
)
;
void
timeparts
(
int32_t
*
buf
,
double
t
)
;