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