You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/include/llarp/time.h

11 lines
148 B
C

#ifndef LLARP_TIME_H
#define LLARP_TIME_H
#include <llarp/types.h>
llarp_time_t
llarp_time_now_ms();
llarp_seconds_t
llarp_time_now_sec();
#endif