make max_string_len modifyable
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef max_string_len
|
||||
#define max_string_len 1024
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
char *buf;
|
||||
|
||||
Reference in New Issue
Block a user