9 lines
95 B
C
9 lines
95 B
C
#ifndef LIB__TIME_H__
|
|
#define LIB__TIME_H__
|
|
|
|
#include <stdint.h>
|
|
|
|
uint64_t time(void);
|
|
|
|
#endif
|