home *** CD-ROM | disk | FTP | other *** search
- /*
- * This header file was created to reflect the structure of the relation
- * example7.rel; header built on Fri Sep 3 1993 at 8:17 pm.
- *
- * MetalBase 5.1 released January 1st, 1993 by Huan-Ti.
- *
- */
-
- #ifndef EXAMPLE7_H
- #define EXAMPLE7_H
-
- typedef struct
- {
- char author[40]; /* field author type string length 40 */
- char title[50]; /* field title type string length 50 */
- mchar summary; /* field summary type mchar */
- } example7;
-
- #endif
-
-