Increase default cache from 1M to 100M
[hcoop/zz_old/debian/djbdns.git] / tai_sub.c
1 #include "tai.h"
2
3 void tai_sub(struct tai *t,const struct tai *u,const struct tai *v)
4 {
5 t->x = u->x - v->x;
6 }