We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b5427 commit b5179c9Copy full SHA for b5179c9
src/os/posix/host-lib.c
@@ -84,6 +84,8 @@ static void *Task_Ready;
84
int pipe2(int pipefd[2], int flags); //to avoid "implicit-function-declaration" warning
85
#endif
86
87
+RL_LIB *RL; // Link back to reb-lib from embedded extensions (like for now: host-window, host-ext-test..)
88
+
89
/***********************************************************************
90
**
91
*/ static int Get_Timezone(struct tm *local_tm)
0 commit comments