Kevin Klues wrote:
When you declare an array of values, the variable name itself is a
pointer to the first element in the array.

i.e.  int blah[5];

blah is of type int* and points to blah[0]



Ah..

So both memctl and buffer are already pointers?

Thanks,

John G

c programmer in training
--
Ecosensory
tinyOS devel on:  ubuntu Linux;   tinyOS v2.0.2;   telosb ecosens1

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to