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 >
C/C++ Source or Header  |  1996-09-28  |  104b  |  6 lines

  1. extern int global_int;
  2.  
  3. print_global () {
  4.     printf ("the value of global_int is %d\n", global_int);
  5. }
  6.