This commit is contained in:
Hongze Cheng 2022-02-23 10:10:47 +00:00
parent 61e6faaf75
commit 81b0634f70
1 changed files with 11 additions and 2 deletions

View File

@ -25,10 +25,19 @@
extern "C" { extern "C" {
#endif #endif
typedef int8_t i8;
typedef int16_t i16;
typedef int32_t i32;
typedef int64_t i64;
typedef uint8_t u8;
typedef uint16_t u16;
typedef uint32_t u32;
typedef uint64_t u64;
typedef struct SPgFile SPgFile; typedef struct SPgFile SPgFile;
// SPgno // SPgno
typedef int32_t SPgno; typedef u32 SPgno;
#define TDB_IVLD_PGNO ((pgno_t)0) #define TDB_IVLD_PGNO ((pgno_t)0)
// fileid // fileid