C pre-processor and ANSI standard

WMM at acc.ARPA WMM at acc.ARPA
Tue Sep 11 12:16:00 AEST 1984


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)
------



More information about the Comp.lang.c mailing list