![]() |
s/qmail
3.3.23
Next generation secure email transport
|
#include "uint64.h"
Go to the source code of this file.
Data Structures | |
struct | tai |
Macros | |
#define | tai_unix(t, u) ((void) ((t)->x = 4611686018427387914ULL + (uint64) (u))) |
#define | tai_approx(t) ((double) ((t)->x)) |
#define | tai_less(t, u) ((t)->x < (u)->x) |
#define | tai_equal(t, u) ((t)->x == (u)->x) |
#define | TAI_PACK 8 |
Functions | |
void | tai_now (struct tai *) |
void | tai_add (struct tai *, const struct tai *, const struct tai *) |
void | tai_sub (struct tai *, const struct tai *, const struct tai *) |
void | tai_pack (char *, const struct tai *) |
void | tai_unpack (const char *, struct tai *) |
void | tai_uint (struct tai *, unsigned int) |
void tai_now | ( | struct tai * | ) |
void tai_pack | ( | char * | , |
const struct tai * | |||
) |
void tai_uint | ( | struct tai * | , |
unsigned | int | ||
) |
void tai_unpack | ( | const char * | , |
struct tai * | |||
) |