Hi,
This is another thing I am stuck on. I have some code which I am porting from Visual C. There are some functions in which I have used pointer to pointer as argument types and have been passing two dimensional arrays as function arguments to those functions. When I try to do the same in CCS, it doesn't work, neither initializing a two dimensional array by a pointer to a pointer or passing the two dimensional array as an argument to the functions. Am I missing something?