home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
octave-1.1.1p1-src.tgz
/
tar.out
/
fsf
/
octave
/
dld
/
test
/
general
/
print_global.c
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
104b
|
6 lines
extern int global_int;
print_global () {
printf ("the value of global_int is %d\n", global_int);
}