Initial commit.

This commit is contained in:
gothictomato
2022-07-17 14:03:47 -04:00
commit 2ad31d53e3
12 changed files with 1029 additions and 0 deletions

6
time.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include "types.h"
u64 utime();
u64 mtime();
i32 msleep(u64 msec);