man(1) Manual page archive


     TIME(2)                                                   TIME(2)

     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, mea-
          sured 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 argu-
          ment, as defined by <sys/timeb.h>: