#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 |
| 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 | ) |
1.5.1