Skip to content

Instantly share code, notes, and snippets.

@abissell
Created January 13, 2014 07:47
Embed
What would you like to do?
chkd_array_demo.c:268:11: error: initializing 'float' with an expression of
incompatible type 'int *'
float *f_ptr = CHKD_ARRAY_GET(int_array, 2);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment