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

Function getPointerToWord

data_structures/binary_trees/words_alphabetical.c:70–83  ·  view source on GitHub ↗

* @brief Stores word in memory * @param word word to be stored in memory * @returns a pointer to the newly allocated word if the word IS stored successfully * @returns `NULL` if the word is NOT stored */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

addWordToTreeFunction · 0.85

Calls 1

endProgramAbruptlyFunction · 0.85

Tested by

no test coverage detected