Karg  v0.2.0
The kernel of CargOS
time.h File Reference
#include <types.h>

Go to the source code of this file.

Macros

#define NS_IN_SEC   1000000000U
 
#define TIME_MAX   U64_MAX
 

Typedefs

typedef u64 time_t
 

Functions

time_t time (void)
 

Macro Definition Documentation

◆ NS_IN_SEC

#define NS_IN_SEC   1000000000U

◆ TIME_MAX

#define TIME_MAX   U64_MAX

Typedef Documentation

◆ time_t

typedef u64 time_t

Function Documentation

◆ time()

time_t time ( void  )