# gcd.awk -- gcd, greatest common divisor # $Id$ # Carlos Duarte, 980618 # greatest common divisor of (x,y) function gcd(x,y, t,r) { if (x