[ale] A little OT: Printf quotes
Byron A Jeff
byron at cc.gatech.edu
Sun Jan 28 09:50:01 EST 2001
>
> Hey all
> RTFM included several development references that I own as well as about
> half a dozen internet forums, and nadda.
>
> Might be a silly question, but in printf(), how do I display a " as in
> Quote. I thought it might be an esaped character like \n, but I cant find a
> reference for it. Any ideas out there?
You're right on the mark. Try this:
main()
{
printf("\"");
}
>
> Scott Warfield
>
> --
> To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
>
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
More information about the Ale
mailing list