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