#include "machine.h"Include dependency graph for TerminateTclTk.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| BOOL | TerminateTclTk (void) |
| BOOL TerminateTclTk | ( | void | ) |
Definition at line 9 of file TerminateTclTk.c.
References TRUE.
Referenced by ExitScilab().
00010 { 00011 #ifdef WITH_TK 00012 CloseTCLsci(); 00013 #endif 00014 return TRUE; 00015 }
Here is the caller graph for this function:

1.5.1