7 lines
90 B
C
7 lines
90 B
C
#include "taia.h"
|
|
|
|
void taia_tai(const struct taia *ta,struct tai *t)
|
|
{
|
|
*t = ta->sec;
|
|
}
|