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