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/sarp/time.h

15 lines
201 B
C

#ifndef SARP_TIME_H
#define SARP_TIME_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
uint64_t sarp_time_now_ms();
uint64_t sarp_time_now_sec();
#ifdef __cplusplus
}
#endif
#endif