Plan 9 from Bell Labs’s /usr/web/sources/contrib/anothy/src/lib/djb-ape/tai/tai_sub.c
#include "tai.h" void tai_sub(struct tai *t,struct tai *u,struct tai *v) { t->x = u->x - v->x; }