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
387 B
Groff
14 lines
387 B
Groff
.TH taia_sub 3
|
|
.SH NAME
|
|
taia_sub \- subtract two struct taia
|
|
.SH SYNTAX
|
|
.B #include <taia.h>
|
|
|
|
extern int \fBtaia_sub\fP(struct taia* \fIt\fR,const struct taia* \fIa\fR,
|
|
const struct taia* \fIb\fR);
|
|
.SH DESCRIPTION
|
|
\fBtaia_sub\fR subtracts \fIb\fR from \fIa\fR and writes the result to \fIt\fR.
|
|
The inputs and output may overlap.
|
|
.SH "SEE ALSO"
|
|
tai_sub(3), taia_add(3)
|