From: Waiming Mok <WMM at acc.ARPA> Here is another alternative to spaces(n): #define spaces(n) do {int i; while (i--) putchar(' ');} while(0) Waiming Mok (wmm at ACC) ------