stream: added stream_err_to_cstr

Simple routine, not really much to explain here.
This commit is contained in:
2026-02-05 04:01:43 +00:00
parent 438a494ac7
commit 169a165cfc
2 changed files with 26 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ typedef enum
STREAM_ERR_OK = 0,
} stream_err_t;
const char *stream_err_to_cstr(stream_err_t);
typedef struct
{
vec_t cache;