1
0
mirror of https://github.com/fumiama/fumidb.git synced 2026-06-09 04:30:34 +08:00

add more api

This commit is contained in:
源文雨
2022-05-04 00:40:58 +08:00
parent ef435631cb
commit 6022eb75fc
6 changed files with 113 additions and 16 deletions

View File

@@ -51,5 +51,6 @@ int main() {
return 4;
}
if(strcmp(get_table_name(table, namebuf), "test_table")) return 5;
if(get_index_ptr(table, 0) != 0x100) return 6;
close(fd);
}