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

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

Go to the source code of this file.
Functions | |
| BOOL | TerminateGraphics (void) |
| BOOL TerminateGraphics | ( | void | ) |
Definition at line 9 of file TerminateGraphics.c.
References closeGraphicModule(), and TRUE.
Referenced by ExitScilab().
00010 { 00011 closeGraphicModule() ; 00012 return TRUE; 00013 }
Here is the call graph for this function:

Here is the caller graph for this function:

1.5.1