Initial commit
This commit is contained in:
9
kapitel9/fungerande-scope-fil1.c
Normal file
9
kapitel9/fungerande-scope-fil1.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
extern int x;
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("x = %d\n", x);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user