home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / CONTRIB / MBASE / MBASE51.TAR / mbase51 / examples / example5.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-04  |  366 b   |  19 lines

  1. /*
  2.  * This header file was created to reflect the structure of the relation
  3.  * example5.rel; header built on Fri Sep 3 1993 at 8:17 pm.
  4.  *
  5.  * MetalBase 5.1 released January 1st, 1993 by Huan-Ti.
  6.  *
  7.  */
  8.  
  9. #ifndef EXAMPLE5_H
  10. #define EXAMPLE5_H
  11.  
  12. typedef struct
  13.    {
  14.    ushort   num;              /* field num type ushort                       */
  15.    } example5;
  16.  
  17. #endif
  18.  
  19.