We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Is it possible to identify the storage of String Literals from the mapfile? I asume they will be in the ?CO? segment for the module? eg,
void func( void ) { code unsigned int NumConst = 1; printf( "NumConst = %u", NumConst ); }