We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea23b1 commit 56a39e6Copy full SHA for 56a39e6
src/os/posix/host-readline.c
@@ -49,6 +49,8 @@
49
#include <errno.h>
50
#include <wchar.h>
51
52
+int wcwidth(wchar_t wc);
53
+
54
#include "reb-c.h"
55
56
//#define TEST_MODE // teset as stand-alone program
0 commit comments