fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Functions
tai.c File Reference

'temps atomic' time handling More...

#include <time.h>
#include "tai.h"
Include dependency graph for tai.c:

Go to the source code of this file.

Functions

void tai_add (struct tai *t, const struct tai *u, const struct tai *v)
 
void tai_now (struct tai *t)
 
void tai_pack (char *s, const struct tai *t)
 
void tai_sub (struct tai *t, const struct tai *u, const struct tai *v)
 
void tai_uint (struct tai *t, unsigned int u)
 
void tai_unpack (const char *s, struct tai *t)
 

Detailed Description

'temps atomic' time handling

Author
djb qmail

Definition in file tai.c.

Function Documentation

◆ tai_add()

void tai_add ( struct tai t,
const struct tai u,
const struct tai v 
)

Definition at line 11 of file tai.c.

◆ tai_now()

void tai_now ( struct tai t)

Definition at line 16 of file tai.c.

◆ tai_pack()

void tai_pack ( char *  s,
const struct tai t 
)

Definition at line 21 of file tai.c.

Here is the caller graph for this function:

◆ tai_sub()

void tai_sub ( struct tai t,
const struct tai u,
const struct tai v 
)

Definition at line 36 of file tai.c.

◆ tai_uint()

void tai_uint ( struct tai t,
unsigned int  u 
)

Definition at line 41 of file tai.c.

◆ tai_unpack()

void tai_unpack ( const char *  s,
struct tai t 
)

Definition at line 46 of file tai.c.