Fixed various bugs and added usage for String data type

This commit is contained in:
2026-01-08 15:22:47 +01:00
parent d87ddaf45c
commit 3b7e2dabc9
4 changed files with 109 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ typedef struct {
uint8_t message[RESULT_MSG_SIZE];
union {
string_t *string; // For new, reverse, trim
char *c_str; // For get_at
char *symbol; // For get_at
int64_t idx; // For substring search
bool is_equ; // For comparison
struct { // For split