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

more TDB

上级 6a8424b6
......@@ -23,6 +23,9 @@ typedef struct __attribute__((__packed__)) {
u16 nFree;
} SPageHdr;
extern SPageMethods pageMethods;
extern SPageMethods pageLargeMethods;
typedef struct __attribute__((__packed__)) {
u8 szCell[2];
u8 nxOffset[2];
......
......@@ -47,9 +47,6 @@ typedef struct {
void (*setCellOffset)(SPage *, int, int);
} SPageMethods;
extern SPageMethods pageMethods;
extern SPageMethods pageLargeMethods;
// Page footer
typedef struct __attribute__((__packed__)) {
u8 cksm[4];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册