We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78df725 commit fb46314Copy full SHA for fb46314
1 file changed
sds.h
@@ -34,7 +34,7 @@
34
#define __SDS_H
35
36
#define SDS_MAX_PREALLOC (1024*1024)
37
-const char *SDS_NOINIT;
+extern const char *SDS_NOINIT;
38
39
#include <sys/types.h>
40
#include <stdarg.h>
0 commit comments