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

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

[avr-gcc-list] Pointers to strings


From: Darek
Subject: [avr-gcc-list] Pointers to strings
Date: Mon, 8 Mar 2004 23:24:40 +0100

Hi,

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

Darek





_______________________________________________
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]