FreeNOS
Data Fields
timespec Struct Reference

The <time.h> header shall declare the timespec structure. More...

#include <time.h>

Data Fields

time_t tv_sec
 Seconds. More...
 
long tv_nsec
 Nanoseconds. More...
 

Detailed Description

The <time.h> header shall declare the timespec structure.

Definition at line 35 of file time.h.

Field Documentation

◆ tv_nsec

long timespec::tv_nsec

Nanoseconds.

Definition at line 41 of file time.h.

◆ tv_sec

time_t timespec::tv_sec

Seconds.

Definition at line 38 of file time.h.


The documentation for this struct was generated from the following file: