單向鏈表實例:終端交互簡易通訊錄

1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 5 6 typedef struct Contacts_infomation{ 7 char name[13]; 8 char work_unit[61]; 9 char phone_nu
相關文章
相關標籤/搜索