wlroots/include/util/time.h

10 lines
137 B
C

#ifndef UTIL_TIME_H
#define UTIL_TIME_H
/**
* Get the current time, in milliseconds.
*/
uint32_t get_current_time_msec(void);
#endif