darknet  v3
Functions
list.h File Reference
#include "darknet.h"
Include dependency graph for list.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

listmake_list ()
 
int list_find (list *l, void *val)
 
void list_insert (list *, void *)
 
void free_list_contents (list *l)
 

Function Documentation

◆ free_list_contents()

void free_list_contents ( list l)

Definition at line 73 of file list.c.

◆ list_find()

int list_find ( list l,
void *  val 
)

◆ list_insert()

void list_insert ( list ,
void *   
)

Definition at line 40 of file list.c.

◆ make_list()

list* make_list ( )

Definition at line 5 of file list.c.