//format file sample #define LEN 10 #define ITEM_MAX 2 typedef struct { char id; /* data id. */ char type; short len; /* no display ... ”ñ•\Ž¦ */ } header; #BLNO 0 5 struct { header headerData; int number[3]; char buff[2*(LEN+1)]; } itemData[ITEM_MAX*2]; #BLNO offset=100 6 10 struct { char charData; int intData; short shortData; long longData; float floatData; double doubleData; } #BLNO 11 struct { CHAR charData; BYTE byteData; WORD wordData; INT intData; LONG longData; DWORD doubleWordData; LPSTR pointerData; }