make max_string_len modifyable

This commit is contained in:
2026-05-20 15:29:16 -05:00
parent 2ab8477d7d
commit 73893fa132

View File

@@ -5,7 +5,9 @@
#include <stdarg.h>
#include <stdio.h>
#ifndef max_string_len
#define max_string_len 1024
#endif
typedef struct {
char *buf;