Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
Data Structures | Macros | Functions
time.h File Reference
#include <sys/types.h>
#include <time.h>
Include dependency graph for time.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  timeval
 
struct  timezone
 

Macros

#define _SYS__TIMESPEC_H_   /* keep newlib from defining struct timespec */
 

Functions

int gettimeofday (struct timeval *tv, void *tz)
 
int settimeofday (const struct timeval *tv, const struct timezone *tz)
 
int utimes (const char *path, const struct timeval times[2])
 

Detailed Description

Newlib's own would redefine struct timespec, which time.h already has