# sys/time.h - [Overview](#section1315130326165629) - [Summary](#section772338641165629) - [Data Structures](#nested-classes) - [Macros](#define-members) - [Functions](#func-members) ## **Overview** **Related Modules:** [TIME](TIME.md) **Description:** Provides structures and functions related to the system time. You can read and write the system time and set timers. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
gettimeofday (struct timeval *__restrict value, void *__restrict ovalue) |
|
setitimer (int w, const struct itimerval *__restrict value, struct itimerval *__restrict ovalue) |
|
settimeofday (const struct timeval *tv, const struct timezone *tz) |