Hashtable2 with many bugs

This commit is contained in:
2022-06-20 19:54:56 +03:00
parent 893a24eeb3
commit 378277450b
7 changed files with 202 additions and 153 deletions

View File

@@ -11,7 +11,7 @@ char* errname(ErrorId err){
case ERR_NOTIMPLEMENTED: return "ERR_NOTIMPLEMENTED";
case ERR_NULLPTR: return "ERR_NULLPTR";
case ERR_ENDOFSTR: return "ERR_ENDOFSTR";
case ERR_DESYNC: return "ERR_DESYNC";
case ERR_KEYNOTFOUND: return "ERR_KEYNOTFOUND";
default: return "UNKNOWN_ERROR";
}
}