摘要:
function.h 头文件 typedef struct LNode { struct LNode *next; int data; }LNode,*LinkList;//*LinkList等价于typedef int* p;p为指向int类型的指针 typedef int Status; //初 阅读全文
posted @ 2017-09-19 17:17
paulversion
阅读(201)
评论(0)
推荐(0)
浙公网安备 33010602011771号