Hi, is there any way to use int arrays in the .c t...
# shuttle
r
Hi, is there any way to use int arrays in the .c test files? The compiler says undefined and reference to memcpy
m
It should be standard C. If you have an example that might help people debug your issue.
r
thanks, seems solved. The problem is that I was using malloc or a strange way to initialize the array. Thanks for helping