Go to the source code of this file.
Variables | |
| int | var1 = 10 |
| int | var2 = 20 |
| int var1 = 10 |
a variable with initializer hidden due to MAX_INITIALIZER_LINES
Definition at line 8 of file 048_showinit.c.
| int var2 = 20 |
a variable with initializer visible
Definition at line 13 of file 048_showinit.c.
1.8.11