|
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, JackJack 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.
[Prev in Thread] | Current Thread | [Next in Thread] |