We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66b4e5 commit 790f360Copy full SHA for 790f360
src/libquickjs.c
@@ -12,8 +12,11 @@ void Rf_exit(int code) {
12
13
#define abort Rf_abort
14
#define exit Rf_exit
15
+#define _exit Rf_exit
16
#define fprintf(file, ...) Rprintf(__VA_ARGS__)
-#define printf(...) Rprintf(__VA_ARGS__)
17
+#define putchar Rprintf
18
+#define stderr NULL
19
+#define stdout NULL
20
21
#include "quickjs/cutils.c"
22
#include "quickjs/libbf.c"
0 commit comments