/* ISC license. */ #include int tai_sub (tai *t, tai const *u, tai const *v) { t->x = u->x - v->x ; return 1 ; }