home *** CD-ROM | disk | FTP | other *** search
- /* k 1016 21/11/90 */
- /* k 0115 02/02/91 */
- struct imbind { /* image bind */
- unsigned char bindl; /* bind image length *//* @0115 */
- union {
- char name[8]; /* name bind image */
- struct {
- char bind[25]; /* image bind */
- char urcl; /* URC length */
- long int urc; /* URC */
- } ur;
- } im;
- };