How to find out the scope line for the global variables. For example:
int bar; //global variable int *ptr; //global variable void foo() {} //some fun