home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / utils / misc / intuimake / example / headerfile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-08  |  148 b   |  11 lines

  1.         /* headerfile.h
  2.         **
  3.         ** SCAN_END
  4.         */
  5.  
  6.         struct MyStruct
  7.         {
  8.           int  a;
  9.           long b;
  10.         };
  11.