TIME(2) — UNIX Programmer’s Manual
NAME
time, ftime − get date and time
SYNOPSIS
long time(0)
long time(tloc)
long ∗tloc;
#include <sys/types.h>
#include <sys/timeb.h>
ftime(tp)
struct timeb ∗tp;
DESCRIPTION
Time returns the time since 00:00:00 GMT, Jan. 1, 1970, measured in seconds.
If tloc is nonnull, the return value is also stored in the place to which tloc points.
The ftime entry fills in a structure pointed to by its argument, as defined by <sys/timeb.h>:
/∗
static char timeb_h_SCCS_ID[] = "@(#)timeb.h 4.1 10/26/82";
/∗
/∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗