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