设typedef double REAL;则REAL是变量名。
正确
错误
自定义类型语句:typedef 基本数据类型符 用户类型符。因此typedef double REAL;中的REAL是类型名。