release
[hcoop/zz_old/debian/djbdns.git] / tai_add.c
1 #include "tai.h"
2
3 void tai_add(struct tai *t,const struct tai *u,const struct tai *v)
4 {
5 t->x = u->x + v->x;
6 }