1 2 3 4 5 6 7 8 9
/* ISC license. */ #include <skalibs/tai.h> int tai_sub (tai *t, tai const *u, tai const *v) { t->x = u->x - v->x ; return 1 ; }