Updated dstr sz.

This commit is contained in:
Jacob Signorovitch 2025-01-18 11:14:14 -05:00
parent 0293c925d2
commit 3ab2696705

View File

@ -3,7 +3,7 @@
#include <stdlib.h>
#define DSTR_INITSZ 2
#define DSTR_INITSZ 128
typedef struct {
char* buf; // The buffer containing the string.