1tai_less(3) Library Functions Manual tai_less(3)
23
4
NAME
6tai_less - compare two struct tai
7
SYNTAX
9#include <tai.h>
1011
extern int tai_less(const struct tai* a,
12const struct tai* b);
13
DESCRIPTION
15tai_less returns 1 if a is less than b, 0 otherwise.
16
SEE ALSO
18taia_less(3)
1920
21
22
tai_less(3)