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