MCPcopy Create free account
hub / github.com/TheAlgorithms/C / create

Function create

data_structures/linked_list/doubly_linked_list.c:92–99  ·  view source on GitHub ↗

* @brief Create list function, a new list containing one node will be created * @param value a value to be saved into the first list node * @returns new_list the list created */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

insertFunction · 0.70
exampleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected