1
0
mirror of https://github.com/fumiama/fumidb.git synced 2026-06-10 21:24:12 +08:00

add types

This commit is contained in:
源文雨
2022-05-01 21:16:17 +08:00
parent eda10fba91
commit 67b9176615
17 changed files with 310 additions and 26 deletions

6
include/table.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _TABLE_H_
#define _TABLE_H_
#endif