Imported Upstream version 1.05
[hcoop/zz_old/debian/djbdns.git] / taia_uint.c
1 #include "taia.h"
2
3 /* XXX: breaks tai encapsulation */
4
5 void taia_uint(struct taia *t,unsigned int s)
6 {
7 t->sec.x = s;
8 t->nano = 0;
9 t->atto = 0;
10 }