taia_tai.c (89B)
1 #include <tai/taia.h> 2 3 void taia_tai(struct taia *ta, struct tai *t) 4 { 5 *t = ta->sec; 6 }