Go to the source code of this file.
Variables | |
int | var1 = 10 |
int | var2 |
int var1 = 10 |
a variable with initializer visible
Definition at line 7 of file 029_hideinit.c.
int var2 |
a variable without initializer visible
Definition at line 12 of file 029_hideinit.c.