6 lines
80 B
C
6 lines
80 B
C
#pragma once
|
|
#include "types.h"
|
|
|
|
u64 utime();
|
|
u64 mtime();
|
|
i32 msleep(u64 msec); |