c - Identifying global variable assignments -


is there way locate functions assign specific global variable ?

for example, in 1 .c file globals :

int x; 

i know functions variable x being assigned in:

void temp(void) {     x = 1; } 

here x assigned in function temp.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -