用typedef来声明一个新的类型名代替已经存在的类型名(int float ...._typedef int INTEGER;typedef float REAL;那么int i,j;等价于INTEGER i ,j;