7 lines
60 B
C
7 lines
60 B
C
#ifndef _TIME_H
|
|
#define _TIME_H
|
|
|
|
uint64_t millis();
|
|
|
|
#endif
|