You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
316 B
Groff

.TH tai_less 3
.SH NAME
tai_less \- compare two struct tai
.SH SYNTAX
.B #include <libowfat/tai.h>
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)