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

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

Re: [avr-gcc-list] Bizarre string problem


From: Richard Urwin
Subject: Re: [avr-gcc-list] Bizarre string problem
Date: Mon, 6 Sep 2004 19:53:50 +0100
User-agent: KMail/1.5.3

On Monday 06 Sep 2004 3:30 pm, Ned Konz wrote:
> char t[1] = "T";
>
> or if you want the NUL too:
>
> char t[2] = "T";

I don't remember that being standard C. It'd be useful, but this is the 
first time I've seen it done.

-- 
Richard Urwin


reply via email to

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