Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!beta!hc!ames!xanth!kyle From: kyle@xanth.UUCP (Kyle Jones) Newsgroups: comp.lang.c Subject: newlines in string constants Message-ID: <2669@xanth.UUCP> Date: Tue, 6-Oct-87 19:19:49 EDT Article-I.D.: xanth.2669 Posted: Tue Oct 6 19:19:49 1987 Date-Received: Fri, 9-Oct-87 22:19:07 EDT Lines: 15 I would like to be able to have multi-line string constants without having to put \n\ at the end of each line. For example char *s = "This is\n\ legal."; whereas char *s = "This is not legal."; I would like to see the second form become legal. What does the current ANSI draft have to say about this? kyle jones old dominion university, norfolk, va usa