Forum Discussion
Altera_Forum
Honored Contributor
15 years agoPointer help - alignment issue
I need to use a pointer to a long that is not word aligned (I think). Here is sample code void func(void) { char Test[12] = { 1, 2, 3,4 ,5 ,6, 7, 8, 9, 10, 11, 12}; long * temp; ...
Altera_Forum
Honored Contributor
15 years agoThanks, I will give that a try when I am back on schedule.