Functions
list.c File Reference
#include <stdlib.h>
#include <string.h>
#include "list.h"
Include dependency graph for list.c:

Go to the source code of this file.

Functions

void free_list (list *l)
void free_list_contents (list *l)
void free_node (node *n)
void list_insert (list *l, void *val)
void * list_pop (list *l)
void ** list_to_array (list *l)
listmake_list ()

Function Documentation

void free_list ( list l)

Definition at line 67 of file list.c.

void free_list_contents ( list l)

Definition at line 73 of file list.c.

void free_node ( node n)

Definition at line 57 of file list.c.

void list_insert ( list l,
void *  val 
)

Definition at line 40 of file list.c.

void* list_pop ( list l)

Definition at line 28 of file list.c.

void** list_to_array ( list l)

Definition at line 82 of file list.c.

Definition at line 5 of file list.c.



rail_object_detector
Author(s):
autogenerated on Sat Jun 8 2019 20:26:31