c程序设计语言 by K&R(三)结构
摘要:
一、类型定义 typedef typedef int Length; typedef char* String; typedef struct tnode* Treeptr; typedef int (*PFI)(char*, char*); 二、联合 union 一个变量可以合法地保存多种数据类型 阅读全文
posted @ 2022-01-11 23:09 七昂的技术之旅 阅读(56) 评论(0) 推荐(0) 编辑