Search notes:

ntptimeval

struct ntptimeval delivers information about the system clock.
struct ntptimeval {
   struct timeval time;
   long int       maxerror;
   long int       esterror;
};

See also

libc: Date and time

Index