1tai_sub(3) Library Functions Manual tai_sub(3)
23
4
NAME
6tai_sub - subtract two struct tai
7
SYNTAX
9#include <tai.h>
1011
extern int tai_sub(struct tai* t,const struct tai* a,
12const struct tai* b);
13
DESCRIPTION
15tai_sub subtracts b from a and writes the result to t. The inputs and
16output may overlap.
17
SEE ALSO
19taia_sub(3), tai_add(3)
2021
22
23
tai_sub(3)