runtime: status: add descriptive messages for status codes

This commit is contained in:
2026-05-31 17:34:12 +01:00
parent b9a3caf033
commit 187296ca62
2 changed files with 39 additions and 0 deletions
+1
View File
@@ -20,5 +20,6 @@ enum bshell_status {
};
extern enum bshell_status bshell_status_from_errno(int err);
extern const char *bshell_status_get_description(int err);
#endif