[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] A little OT: Printf quotes



> 
> 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.