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