home *** CD-ROM | disk | FTP | other *** search
- /*
- * This header file was created to reflect the structure of the relation
- * example5.rel; header built on Fri Sep 3 1993 at 8:17 pm.
- *
- * MetalBase 5.1 released January 1st, 1993 by Huan-Ti.
- *
- */
-
- #ifndef EXAMPLE5_H
- #define EXAMPLE5_H
-
- typedef struct
- {
- ushort num; /* field num type ushort */
- } example5;
-
- #endif
-
-