[Tinyos-help] how do i aloocate memory for a two dimension array

2007-05-16 Thread Itamar Amsili
Hello all, We are using mica2 and mts300 sensor boards and we have a problem using functions like memset and memcpy. We are using tinyos 2.x and we wanted to know is there any way of doing that?Do we need to include a specific header file? any help will be much appreciated. thanks in advance, I

RE: [Tinyos-help] how do i aloocate memory for a two dimension array

2007-05-16 Thread Ben Buckner
> Hello all, > We are using mica2 and mts300 sensor boards and we have a problem using functions like > memset and memcpy. We are using tinyos 2.x and we wanted to know is there > any way of doing that?Do we need to include a specific header file? Any help will be much appreciated. > thanks in adv

Re: [Tinyos-help] how do i aloocate memory for a two dimension array

2007-05-16 Thread Michael Schippling
If it's a compiler whine about the function prototype (arguments and return value) then the header file is the thing you want... memset() appears to be in Otherwise please send the actual error text or a more complete description of the problem and code. However the subject of the message appea