摘要: #include<stdio.h> #include<stdlib.h> struct Test { int data; struct Test* next; }; void printList(struct Test* head) { struct Test* point; point = hea 阅读全文
posted @ 2022-09-14 17:19 信号编程好难 阅读(24) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示