solo/time.h
2018-04-28 21:40:13 -04:00

7 lines
60 B
C

#ifndef _TIME_H
#define _TIME_H
uint64_t millis();
#endif