File nut/include/sys/time.h


Included Files


Preprocessor definitions

#define _SYS_TIME_H_

#define timerisset( tvp )

#define timerclear( tvp )

#define timercmp( a, b, cmp )

#define timeradd( a, b, res )

#define timersub( a, b, res )


Type struct timezone

struct timezone
struct timezone  
   {  
      int tz_minuteswest;  
      int tz_dsttime;  
   }  

Type struct timeval

struct timeval
struct timeval  
   {  
      int32_t tv_sec;  
      int32_t tv_usec;  
   }