1tai_add(3)                 Library Functions Manual                 tai_add(3)
2
3
4

NAME

6       tai_add - add two struct tai
7

SYNTAX

9       #include <tai.h>
10
11       extern int tai_add(struct tai* t,const struct tai* a,
12                          const struct tai* b);
13

DESCRIPTION

15       tai_add  adds a to b and writes the result to t.  The inputs and output
16       may overlap.
17

SEE ALSO

19       taia_add(3), tai_sub(3)
20
21
22
23                                                                    tai_add(3)
Impressum