1
0
mirror of https://github.com/fumiama/fumidb.git synced 2026-06-16 01:00:23 +08:00

finish int32 int64

This commit is contained in:
源文雨
2022-10-09 16:23:12 +08:00
parent 2dd269b364
commit b410f26bf4
12 changed files with 782 additions and 48 deletions

View File

@@ -4,6 +4,10 @@
#include <stdint.h>
#include <errno.h>
#ifndef uint8_t
typedef unsigned char uint8_t;
#endif
typedef uint8_t type_t;
typedef uint64_t key_t;