C pre-processor and ANSI standard

WMM%ACC at sri-unix.UUCP WMM%ACC at sri-unix.UUCP
Mon Sep 17 15:33:00 AEST 1984


From:  Waiming Mok <WMM at ACC>

Correction to spaces(n) macro:
#define spaces(n)   do {int i=(n);while (i--) putchar(' ');}while (0)
Sorry for the typo.  - Waiming Mok (wmm at ACC)
------



More information about the Comp.lang.c mailing list