time(3) - Linux man page
Name
time - supplimentary time functionsSynopsis
#include <mba/time.h> uint64_t time_current_millis(void);
Description
The time(3m) module provides functions for querying and manipluating time values.- current_millis
- The time_current_millis function returns the current time in milliseconds since Jan 1, 1970 as a 64 bit integer.