Minor changes to build system
This commit is contained in:
parent
f478f8d38b
commit
a7fd9ac224
16 changed files with 391 additions and 224 deletions
3
include/sys/time.h
Normal file
3
include/sys/time.h
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#include <stdint.h>
|
||||
uint64_t get_timestamp_ns();
|
||||
void sleep(int ms);
|
||||
Loading…
Add table
Add a link
Reference in a new issue