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