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
322 B
Groff
13 lines
322 B
Groff
.TH taia_less 3
|
|
.SH NAME
|
|
taia_less \- compare two struct taia
|
|
.SH SYNTAX
|
|
.B #include <libowfat/taia.h>
|
|
|
|
extern int \fBtaia_less\fP(const struct tai* \fIa\fR,
|
|
const struct tai* \fIb\fR);
|
|
.SH DESCRIPTION
|
|
\fBtaia_less\fR returns 1 if \fIa\fR is less than \fIb\fR, 0 otherwise.
|
|
.SH "SEE ALSO"
|
|
taia_less(3)
|