rulimine/stage23/lib/time.h
2021-02-25 01:24:54 +01:00

9 lines
99 B
C

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