#include <gtk/gtk.h>
#include "class.h"
#include "instr.h"
#include "variable.h"
Go to the source code of this file.
Compounds | |
struct | s_proc |
Defines | |
#define | PROC(class) ((struct s_proc *)class) |
#define | PROC_TYPE(const) CLASS_TYPE(const) |
#define | proc_free(proc) (proc_free_from_list(proc, NULL)) |
Functions | |
s_proc * | proc_alloc (gchar *) |
void | proc_free_from_list (gpointer, gpointer) |
gint | proc_comparison (gconstpointer, gconstpointer) |
|
Procedure allocation. visibility :: public @remarks: 1. the instructions, parameters & variables lists are set to NULL 2. the return value is set to NULL
|
|
Procedure comparison. visibility :: public
|
|
Procedure freeing. visibility :: public
|