/* Public domain. */

#include "tai.h"

void tai_sub(struct tai *t,const struct tai *u,const struct tai *v)
{
  t->x = u->x - v->x;
}


syntax highlighted by Code2HTML, v. 0.9.1