Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!hou3c!hocda!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!WMM@ACC From: WMM%ACC@sri-unix.UUCP Newsgroups: net.lang.c Subject: Re: re: C pre-processor and ANSI standard Message-ID: <13386@sri-arpa.UUCP> Date: Mon, 17-Sep-84 01:33:00 EDT Article-I.D.: sri-arpa.13386 Posted: Mon Sep 17 01:33:00 1984 Date-Received: Fri, 14-Sep-84 07:27:37 EDT Lines: 6 From: Waiming Mok Correction to spaces(n) macro: #define spaces(n) do {int i=(n);while (i--) putchar(' ');}while (0) Sorry for the typo. - Waiming Mok (wmm@ACC) ------