#include <stdio.h>
#include <gtk/gtk.h>
#include "proc.h"
#include "turtle.h"
#include "debug.h"
Functions | |
s_proc * | proc_alloc (gchar *name) |
void | proc_free_from_list (gpointer myproc, gpointer nil) |
gint | proc_comparison (gconstpointer myproc, gconstpointer name) |
Variables | |
s_turtle | my_turtle |
|
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
|