aboutsummaryrefslogtreecommitdiff
path: root/taia_uint.c
blob: 167936c1193f03663416747b62a00cb5bd732f5e (plain)
1
2
3
4
5
6
7
8
9
10
#include "taia.h"

/* XXX: breaks tai encapsulation */

void taia_uint(struct taia *t,unsigned int s)
{
  t->sec.x = s;
  t->nano = 0;
  t->atto = 0;
}