We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009f74b commit a73646dCopy full SHA for a73646d
1 file changed
include/buffer.h
@@ -5,6 +5,8 @@
5
#ifndef BUFFER_H
6
#define BUFFER_H
7
8
+#include <stdlib.h>
9
+
10
#define INITIAL_BUFFER_CAPACITY 8
11
12
#define INIT_BUFFER(out, _width) \
0 commit comments