Karg  v0.2.0
The kernel of CargOS
time.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <types.h>
4 
5 #define NS_IN_SEC 1000000000U
6 
7 typedef u64 time_t;
8 
9 #define TIME_MAX U64_MAX
10 
11 time_t time(void);
time_t time(void)
Definition: time.c:5
u64 time_t
Definition: time.h:7
__UINT64_TYPE__ u64
Definition: types.h:6