fromc.c File Reference

#include "fromc.h"

Include dependency graph for fromc.c:

Go to the source code of this file.

Functions

void SetFromCToON (void)
int IsFromC (void)

Variables

static int bFromC = FALSE


Function Documentation

int IsFromC ( void   ) 

Definition at line 14 of file fromc.c.

References bFromC.

Referenced by C2F(), msdos_getch(), and TerminateGUI().

00015 {
00016         return bFromC;
00017 }

Here is the caller graph for this function:

void SetFromCToON ( void   ) 

Definition at line 9 of file fromc.c.

References bFromC, int, and TRUE.

Referenced by StartScilab().

00010 {
00011         bFromC=(int)(TRUE);
00012 }

Here is the caller graph for this function:


Variable Documentation

int bFromC = FALSE [static]

Definition at line 7 of file fromc.c.

Referenced by IsFromC(), and SetFromCToON().


Generated on Sun Mar 4 15:14:51 2007 for Scilab [trunk] by  doxygen 1.5.1