aboutsummaryrefslogtreecommitdiff
path: root/tai_uint.c
blob: b01184cfeb204ebfa3d47beccb48913baa5bcf84 (plain)
1
2
3
4
5
6
#include "tai.h"

void tai_uint(struct tai *t,unsigned int u)
{
  t->x = u;
}