Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!jarthur!uunet!tdatirv!sarima From: sarima@tdatirv.UUCP (Stanley Friesen) Newsgroups: comp.lang.c Subject: Re: Need help with quoting and the CPP Message-ID: <207@tdatirv.UUCP> Date: 23 Apr 91 19:13:48 GMT References: <230@wimpy.nms.gdc.portal.com> <1991Apr22.014237.16836@cunixf.cc.columbia.edu> Reply-To: sarima@tdatirv.UUCP (Stanley Friesen) Organization: Teradata Corp., Irvine Lines: 35 In article <1991Apr22.014237.16836@cunixf.cc.columbia.edu> jhz@cunixa.cc.columbia.edu (Jennifer H. Zemsky) writes: bergquis@nms.gdc.portal.com (Brett Bergquist) writes: <>Is there any way to define a macro "QUOTE" so that: <> <>char* s = QUOTE(STRING); <> <>will produce: <> <>char *s = "test string";