working on Hashtable2

This commit is contained in:
2022-06-10 18:47:36 +03:00
parent 7ea373b6e4
commit 2e3f16905b
3 changed files with 108 additions and 31 deletions

View File

@@ -11,6 +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";
default: return "UNKNOWN_ERROR";
}
}