solo1/time.h

7 wiersze
60 B
C

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