Contains function that may be usefull if we want all this beeing integrated in a python script or something similar. More...
#include <stdio.h>
#include <libheraia.h>
#include "config.h"
#include "data_interpretor.h"
#include "decode.h"
#include "ghex_heraia_interface.h"
#include "heraia_errors.h"
#include "heraia_io.h"
#include "heraia_ui.h"
#include "log.h"
#include "main_pref_window.h"
#include "plugin.h"
#include "user_prefs.h"
#include "goto_dialog.h"
#include "result_window.h"
#include "find_replace_window.h"
Go to the source code of this file.
Functions | |
int | libheraia_test (void) |
A simple test function. | |
void | libheraia_initialize (void) |
Python specific. | |
void | libheraia_finalize (void) |
Contains function that may be usefull if we want all this beeing integrated in a python script or something similar.
Definition in file libheraia.c.
void libheraia_finalize | ( | void | ) |
Definition at line 67 of file libheraia.c.
Referenced by main().
void libheraia_initialize | ( | void | ) |
Python specific.
Definition at line 62 of file libheraia.c.
Referenced by main().
int libheraia_test | ( | void | ) |
A simple test function.
Definition at line 56 of file libheraia.c.
Referenced by main().