aboutsummaryrefslogtreecommitdiff
path: root/tai_uint.c
diff options
context:
space:
mode:
Diffstat (limited to 'tai_uint.c')
-rw-r--r--tai_uint.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tai_uint.c b/tai_uint.c
new file mode 100644
index 0000000..b01184c
--- /dev/null
+++ b/tai_uint.c
@@ -0,0 +1,6 @@
+#include "tai.h"
+
+void tai_uint(struct tai *t,unsigned int u)
+{
+ t->x = u;
+}