updated version

This commit is contained in:
2026-02-11 14:04:00 -07:00
parent b934f79878
commit d2d0a508ec
8 changed files with 295 additions and 185 deletions

View File

@@ -1,4 +1,4 @@
#define CUSTOM_STRING_MAX_LEN 64
#define CUSTOM_STRING_MAX_LEN 256
typedef struct {
char buffer[CUSTOM_STRING_MAX_LEN];