rulimine/common/lib/time.h
2022-02-03 10:38:43 +01:00

9 lines
99 B
C

#ifndef __LIB__TIME_H__
#define __LIB__TIME_H__
#include <stdint.h>
uint64_t time(void);
#endif