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

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

Re: [avr-gcc-list] Pointers to strings


From: E. Weddington
Subject: Re: [avr-gcc-list] Pointers to strings
Date: Mon, 08 Mar 2004 16:06:30 -0700

On 8 Mar 2004 at 23:24, Darek wrote:

> Hi,
> 
> I'm trying to declare a table of pointers to strings in program memory.
> Construction char *menu[] PROGMEM={"a","b"} only declares a table in program
> space witch points into empty space (strings aren't there). What am I doing
> wrong?

Not reading the FAQ, #14:
<http://www.nongnu.org/avr-libc/user-manual/FAQ.html>

_______________________________________________
avr-gcc-list mailing list
address@hidden
http://www.avr1.org/mailman/listinfo/avr-gcc-list


reply via email to

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