home *** CD-ROM | disk | FTP | other *** search
- /*
- * This header file was created to reflect the structure of the relation
- * example2.rel; header built on Fri Sep 3 1993 at 8:17 pm.
- *
- * MetalBase 5.1 released January 1st, 1993 by Huan-Ti.
- *
- */
-
- #ifndef EXAMPLE2_H
- #define EXAMPLE2_H
-
- typedef struct
- {
- char item[40]; /* description of an item in a store's invento */
- long val; /* number of 'em that are in stock */
- } example2;
-
- #endif
-
-