diff options
author | quou <quou@disroot.org> | 2024-12-31 23:38:11 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-12-31 23:38:11 +1100 |
commit | 96b27fe9841e537614962e273ef9f0802365ea6d (patch) | |
tree | d1373862f700a83dd476555913b50c969159a836 /qstd/plat.h | |
parent | ae7824be86ecc53752a3bee1038c0677ac203cf7 (diff) |
ui stuf and things hmm m mmm m シ
Diffstat (limited to 'qstd/plat.h')
-rw-r--r-- | qstd/plat.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qstd/plat.h b/qstd/plat.h index 27521fa..b3715a3 100644 --- a/qstd/plat.h +++ b/qstd/plat.h @@ -1,6 +1,8 @@ #ifndef plat_h #define plat_h +#include <stdint.h> + #ifdef assert #undef assert #endif @@ -29,4 +31,7 @@ void print_err(const char* fmt, ...); void print_war(const char* fmt, ...); void pbreak(int code); +uint64_t get_time(void); + + #endif |