aboutsummaryrefslogtreecommitdiff
path: root/taia_tai.c
blob: ef4d4fc60b151c7a030d1577b8e6d4d26360ba8a (plain)
1
2
3
4
5
6
#include "taia.h"

void taia_tai(const struct taia *ta,struct tai *t)
{
  *t = ta->sec;
}