.\" .\" Copyright 2003 Michael B. Allen .\" .TH time 3m "Apr 29, 2005" "libmba-0.9.1" "MBA Library Functions" .SH NAME time \- supplimentary time functions .SH SYNOPSIS .nf .B #include .sp .BI "uint64_t time_current_millis(void); .br .fi .SH DESCRIPTION The .BR "time" (3m) module provides functions for querying and manipluating time values. .PP .TP .B current_millis The .B time_current_millis function returns the current time in milliseconds since Jan 1, 1970 as a 64 bit integer. It works equally well on UNIX and Windows.