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.
14 lines
375 B
Groff
14 lines
375 B
Groff
.TH tai_add 3
|
|
.SH NAME
|
|
tai_add \- add two struct tai
|
|
.SH SYNTAX
|
|
.B #include <libowfat/tai.h>
|
|
|
|
extern int \fBtai_add\fP(struct tai* \fIt\fR,const struct tai* \fIa\fR,
|
|
const struct tai* \fIb\fR);
|
|
.SH DESCRIPTION
|
|
\fBtai_add\fR adds \fIa\fR to \fIb\fR and writes the result to \fIt\fR.
|
|
The inputs and output may overlap.
|
|
.SH "SEE ALSO"
|
|
taia_add(3), tai_sub(3)
|