home *** CD-ROM | disk | FTP | other *** search
/ ftp.disi.unige.it / 2015-02-11.ftp.disi.unige.it.tar / ftp.disi.unige.it / pub / .person / CataniaB / teach-act / esempi / Comp-Sep / static.h < prev    next >
Text File  |  1997-04-28  |  58b  |  4 lines

  1. #define GLOB 10
  2. int G=9;         /* Variabile globale */
  3.  
  4.