Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

How to find memory location of static linked variables with equal names

Hi all, A simple example uses two static variables named "aa": static int told=0; ... start_endless_loop: //------------- endless loop if (alt_nticks() > told) { told = alt_ntic...