some changes in kprint

This commit is contained in:
2022-10-23 17:10:30 +06:00
parent e9d736e95f
commit 0e6a0f6482
14 changed files with 205 additions and 82 deletions

View File

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