Join Slack
Powered by
Hi, is there any way to use int arrays in the .c t...
# shuttle
r
Rodrigo Huerta Gañan
10/10/2021, 8:26 PM
Hi, is there any way to use int arrays in the .c test files? The compiler says undefined and reference to memcpy
m
Matthew Guthaus
10/11/2021, 1:53 AM
It should be standard C. If you have an example that might help people debug your issue.
r
Rodrigo Huerta Gañan
10/11/2021, 7:03 AM
thanks, seems solved. The problem is that I was using malloc or a strange way to initialize the array. Thanks for helping
3
Views
Open in Slack
Previous
Next