rulimine/stage23/lib/time.h

9 lines
99 B
C
Raw Normal View History

2020-04-30 22:19:12 +03:00
#ifndef __LIB__TIME_H__
#define __LIB__TIME_H__
#include <stdint.h>
uint64_t time(void);
#endif