hi ,
i need the group members help
I need to use pointer array to store list of static integers
eg.
uint16 *t_async = (uint16 *)malloc(35);
* t_async[] = {29,30,39}; // this statement throws error.
could anyone pls help.
jai
how to assign static array to a pointer array
|