2002-09-16 23:49:15 +00:00
|
|
|
.TH taia_sub 3
|
|
|
|
.SH NAME
|
|
|
|
taia_sub \- subtract two struct taia
|
|
|
|
.SH SYNTAX
|
2017-05-13 22:51:26 +00:00
|
|
|
.B #include <libowfat/taia.h>
|
2002-09-16 23:49:15 +00:00
|
|
|
|
|
|
|
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)
|