|
|
|
|
|
|
|
|
|
|
|
|
int i;
, then tried extern int i;
, and a few others. All of these ways failed. Can you provide a modification to my code that will get it to compile? (I could put all the source in one file, but that is NOT an acceptable solution for what I am trying to do.) Thanks.