list.h File Reference

Go to the source code of this file.

Functions

list * list_new (int size)
int list_push (struct list *list, void *elem)
void * list_pop (struct list *list)
int list_remove (struct list *list, void *elem)
void * list_first (struct list *list)
int list_elems (struct list *list)
void list_delete (struct list *list)
void list_map (struct list *list, void(*func)(void *arg))


Function Documentation

void list_delete struct list *  list  ) 
 

int list_elems struct list *  list  ) 
 

void* list_first struct list *  list  ) 
 

void list_map struct list *  list,
void(*  func)(void *arg)
 

struct list* list_new int  size  ) 
 

void* list_pop struct list *  list  ) 
 

int list_push struct list *  list,
void *  elem
 

int list_remove struct list *  list,
void *  elem
 


Generated on Sat May 8 09:28:21 2004 for Ubixos by doxygen 1.3.3