hi Jos,
Thanks for ur reply.
we cannot use malloc() for our processor(AVR Series from atmel).is there any alternate way to allocate memory dynamically?.
Best Regards
Ramkrishna...
User Profile
Collapse
-
variable sized structure
Hi All,
Consider the following piece of code:
struct foo1
{
unsigned char tag;
unsigned char length;
unsigned char value[];
};
struct foo2
{
unsigned char tag;
unsigned char length;
unsigned char value[];
};
struct foo3
{
unsigned char tag;
unsigned char length;
unsigned char...
No activity results to display
Show More
Leave a comment: