time

time

Functions

int getitimer ()
int gettimeofday ()
int setitimer ()
int utimes ()

Types and Values

#define itimerval

Description

Functions

getitimer ()

int
getitimer (int which,
           struct itimerval *value);

gettimeofday ()

int
gettimeofday (struct timeval *tv,
              void *null);

setitimer ()

int
setitimer (int which,
           const struct itimerval *value,
           struct itimerval *ovalue);

utimes ()

int
utimes (char const *path,
        const struct timeval times[2]);

Types and Values

itimerval

#define             itimerval