2002-09-16 23:49:15 +00:00
|
|
|
.TH tai_less 3
|
|
|
|
.SH NAME
|
|
|
|
tai_less \- compare two struct tai
|
|
|
|
.SH SYNTAX
|
2017-05-13 22:51:26 +00:00
|
|
|
.B #include <libowfat/tai.h>
|
2002-09-16 23:49:15 +00:00
|
|
|
|
|
|
|
extern int \fBtai_less\fP(const struct tai* \fIa\fR,
|
|
|
|
const struct tai* \fIb\fR);
|
|
|
|
.SH DESCRIPTION
|
|
|
|
\fBtai_less\fR returns 1 if \fIa\fR is less than \fIb\fR, 0 otherwise.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
taia_less(3)
|