libowfat/tai/tai_uint.c

7 lines
78 B
C

#include "tai.h"
void tai_uint(struct tai *t,unsigned int u)
{
t->x = u;
}