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