/*--------------------------------list.h--------------------------------*/
/*
Remember:
If you want to delete a node or a list,
you should delete things that in this node or in this list at first.
You don't need to use function list_add.
Use typedef when you have a complex type!
*/
#ifndef _LIST_H
#define _LIST_H
......................
阅读全部 | 2022年8月23日 19:42