We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
So I have lines sources which are more than 2048 characters and why those are wrapped.
So I have seen at this link: http://www.keil.com/support/docs/2911.htm the answer to my problem so I used a backslash (\) character to concatenate two source lines with the C preprocessor. Example: long source line \ continues here
But it still wrapped lines there is still problem, I don't understand why ?
Can you help me please?
Thank you
Sems