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

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

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

Here is the caller graph for this function:

1.5.1