mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not 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
378 B
13 lines
378 B
.TH tai_sub 3 |
|
.SH NAME |
|
tai_sub \- subtract two struct tai |
|
.SH SYNTAX |
|
.B #include <tai.h> |
|
|
|
extern int \fBtai_sub\fP(struct tai* \fIt\fR,const struct tai* \fIa\fR, |
|
const struct tai* \fIb\fR); |
|
.SH DESCRIPTION |
|
\fBtai_sub\fR subtracts \fIb\fR from \fIa\fR and writes the result to \fIt\fR. |
|
The inputs and output may overlap. |
|
.SH "SEE ALSO" |
|
taia_sub(3), tai_add(3)
|
|
|