| version 1.81, Sun Jan 21 23:22:29 2007 UTC | version 1.82, Sat Mar 31 12:58:07 2007 UTC | ||
|---|---|---|---|
|
|
||
| } ImageHeader; | } ImageHeader; | ||
| /* the image-header is created in main.fs */ | /* the image-header is created in main.fs */ | ||
| #ifdef HAS_F83HEADERSTRING | |||
| struct F83Name { | |||
| struct F83Name *next; /* the link field for old hands */ | |||
| char countetc; | |||
| char name[0]; | |||
| }; | |||
| #define F83NAME_COUNT(np) ((np)->countetc & 0x1f) | |||
| #endif | |||
| struct Longname { | struct Longname { | ||
| struct Longname *next; /* the link field for old hands */ | struct Longname *next; /* the link field for old hands */ | ||
| Cell countetc; | Cell countetc; |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |