提交 2b0fa6d9 编写于 作者: H Hongze Cheng

more TDB

上级 6126fad6
...@@ -30,6 +30,14 @@ typedef struct __attribute__((__packed__)) { ...@@ -30,6 +30,14 @@ typedef struct __attribute__((__packed__)) {
u16 nFree; u16 nFree;
} SPageHdr; } SPageHdr;
typedef struct __attribute__((__packed__)) {
u16 flags;
u8 nCells[3];
u8 cellCont[3];
u8 freeCell[3];
u8 nFree[3];
} SPageHdrL;
typedef struct __attribute__((__packed__)) { typedef struct __attribute__((__packed__)) {
u8 cksm[4]; u8 cksm[4];
} SPageFtr; } SPageFtr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册