线性表list_array的源代码(c语言)

zhaoxin89064 19 0 RAR 2019-09-12 00:09:59

#ifndef__LIST_H__#define__LIST_H__structlist;structlist*list_init();voidlist_free(structlist*list);intlist_isempty(structlist*list);voidlist_clear(structlist*list);intlist_count(structlist*list);intlist_get(structlist*list,intindex);intlist_remove(structlist*list,intindex);voidlist_set(struc

用户评论
请输入评论内容
评分:
暂无评论