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