#include "tai.h"

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


syntax highlighted by Code2HTML, v. 0.9.1