Updated dstr sz.
This commit is contained in:
parent
0293c925d2
commit
3ab2696705
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#define DSTR_INITSZ 2
|
#define DSTR_INITSZ 128
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char* buf; // The buffer containing the string.
|
char* buf; // The buffer containing the string.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user