Eneboo - Documentación para desarrolladores
|
#include "mysys_priv.h"
#include <my_list.h>
Funciones | |
LIST * | list_add (LIST *root, LIST *element) |
LIST * | list_delete (LIST *root, LIST *element) |
void | list_free (LIST *root, uint free_data) |
LIST * | list_cons (void *data, LIST *list) |
LIST * | list_reverse (LIST *root) |
uint | list_length (LIST *list) |
int | list_walk (LIST *list, list_walk_action action, gptr argument) |
int list_walk | ( | LIST * | list, |
list_walk_action | action, | ||
gptr | argument | ||
) |