array is originally
Code:Int8* Array=NULL;
Printable View
array is originally
Code:Int8* Array=NULL;
Ok, so it MAY indicate that func() allocates memory for you, and you should pass the address of Array to the function - but I make no guarantees - it may be that you should allocate memory before passing array to func().
--
Mats