Pelles C forum

C language => Beginner questions => Topic started by: vedro-compota on December 20, 2011, 10:18:05 AM

Title: how to ignore symbol \n in line
Post by: vedro-compota on December 20, 2011, 10:18:05 AM
Guys , please tell me how to ignore symbol \n  in line  , which is showing by printf() ?
I can't find it out from C standart book....
Title: Re: how to ignore symbol \n in line
Post by: CommonTater on December 20, 2011, 10:20:14 AM
Post your code...

I have no idea what you are asking.
 
On a guess... If you don't want newlines in your printf() statements, don't put them there.


 
Title: Re: how to ignore symbol \n in line
Post by: vedro-compota on December 20, 2011, 03:55:54 PM
it was my mistake...yes - "which is shown by printf()"  - you've understood me correctly)