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 / add1 / add1.c next >
C/C++ Source or Header  |  1996-09-28  |  35b  |  6 lines

  1. extern int x;
  2.  
  3. add1() {
  4.     x++;
  5. }
  6.