Subject: Special Characters
From: christopher.browne@canrem.com (Christopher Browne)
Date: Thu, 13 Jan 94 16:42:00 -0400
Organization: CRS Online  (Toronto, Ontario)

One may insert "illegal" values such as '\' or '"' into a string using:

\ -->  "\\"
" -->  "\""

So, for an example: printf("Backslash - \\ and quote - \"\n");
