#include "xscion.h"Include dependency graph for xscion.c:

Go to the source code of this file.
Functions | |
| int C2F() | xscion (int *i) |
| void | SetXsciOn (void) |
| int | getINXscilab (void) |
Variables | |
| int | INXscilab = 0 |
| int getINXscilab | ( | void | ) |
Definition at line 27 of file xscion.c.
References INXscilab.
Referenced by checkevts(), and sxevents().
00028 { 00029 return INXscilab; 00030 }
Here is the caller graph for this function:

| void SetXsciOn | ( | void | ) |
Definition at line 19 of file xscion.c.
References INXscilab, and switch_rlgets().
00020 { 00021 #ifdef _MSC_VER 00022 switch_rlgets (1); 00023 #endif 00024 INXscilab = 1; 00025 }
Here is the call graph for this function:

1.5.1