diff options
author | JSDurand <mmemmew@gmail.com> | 2022-01-28 11:16:16 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-01-28 11:16:16 +0800 |
commit | e8e1c91b40c9c82a0fd8373746a7b8cfb130f467 (patch) | |
tree | d815ae94866fccc3dea037cea36bd020770a49a1 /src/list.h | |
parent | bad2b1934da66021cbc7f0d715686706bd444449 (diff) |
BSR
A prototype of BSR is roughly finished.
Diffstat (limited to 'src/list.h')
-rw-r--r-- | src/list.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -78,7 +78,6 @@ void **list_array(List *ls); destroyed. */ List *array_to_list(void ** array, NUM size); - /* destroy the list: If ALL_FREE_P is 1, this frees every void pointers contained in the list; if it is 2, this frees the first pointer. In any case, the list is de-allocated. */ |