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

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

Re: [avr-gcc-list] arrays in avrgcc


From: Russell Shaw
Subject: Re: [avr-gcc-list] arrays in avrgcc
Date: Fri, 26 Sep 2003 19:35:53 +1000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10

Jack Valmadre wrote:
So does that mean the array "a" will have space for ten variables or does it
mean that the first value in the array "a" will be 10.
How big can each value of the array be?
Thanks,
Jack

Jack Valmadre wrote:

Hi,
How do I set up an array in AVR GCC?

int a[10];


Means space for 10 integers with "a" pointing to
the first one. You needs a C book.



reply via email to

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