Main Page   File List   File Members  

list.c File Reference

#include <stdio.h>
#include <gtk/gtk.h>
#include "list.h"
#include "mem.h"

Functions

s_list * list_alloc (free_t free)
void list_free (struct s_list *mylist)

Detailed Description

Author:
Guillaume Bour. 2002
Version:
0.1
Date:
10/02/2002
lists management.


Function Documentation

struct s_list* list_alloc free_t    free
 

lists allocation.

visibility :: public

Parameters:
free  the element freeing function
Returns:
the allocated list

void list_free struct s_list *    mylist
 

list freeing.

visibility :: public

Parameters:
mylist  the list to free
Returns:
<none>


Generated on Tue Aug 6 13:21:20 2002 for lafontaine by doxygen1.2.15