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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user