------- Comment #2 from jesnow at uh dot edu 2009-01-08 20:58 ------- Subject: Re: Sometimes a percent sign is just a percent sign
Sorry my mistake. jakub at gcc dot gnu dot org wrote: > ------- Comment #1 from jakub at gcc dot gnu dot org 2009-01-08 20:54 ------- > What kind of escaping are you talking about? > "\%" is the same as "%" in gcc. If you want to print character %%, you should > write printf ("something %%\n"); > > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38769