avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Initilizing complex const arrays : syntax ?


From: Vincent Trouilliez
Subject: Re: [avr-gcc-list] Initilizing complex const arrays : syntax ?
Date: Mon, 19 Sep 2005 02:31:28 +0200

> 2) A slight modification of Richard's idea would be to use the octal 
> code equivalent to 0xDF.  Since you can escape octal values and get the 
> equivalent ascii value.
> 
> { ... , {"\337C "}, ... },
> 
> The nice thing here is that it becomes a single string.
> 
> HTH,
> Chris

THAT, is exactly what I had been dreaming of indeed : all in one nice
uninterrupted string ! Works perfectly ! :-)

Thanks Chris....


--
Vince





reply via email to

[Prev in Thread] Current Thread [Next in Thread]