home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / dld-3.2.3 / test / add1 / add1.c next >
Encoding:
C/C++ Source or Header  |  1991-05-29  |  35 b   |  6 lines

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