home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / c2man-2.0pl33.lha / c2man-2.0 / eg / multidecl.c < prev    next >
Encoding:
Text File  |  1995-01-14  |  108 b   |  4 lines

  1. int multidecl1,    /* the first one */
  2.     multidecl2,    /* the second one */
  3.     multidecl3;    /* the last one */
  4.