>the victim, and while I was compiling it gave me the error:
>
> unterminated character constant
>
Looks like you either 1) forgot a " at the end of a char string, or
2) tried to extend a character string beyond one line without sticking "s
at the break point. For instance:
printf("Twas brillig and the slithy toves did gyre and gymble in the
wabe.\n");
That won't work. This, however, would (thanks to the spiffy string
concatenation performed by the preprocessor (?)):
printf("Twas brillig and the slithy toves did gyre and gymble in the"
"wabe.\n");
--
-Mathue Moyer
-mathue@ucsd.edu
This archive was generated by hypermail 2b30 : 12/07/00 PST