写一般数据类型的头文件问题

2019-07-16 01:30发布

typedef unsigned int uint16;
typedef unsigned int UINT;
typedef unsigned int uint;
typedef unsigned int UINT16;
typedef unsigned int WORD;
typedef unsigned int word;

在头文件中的一部分,typedef unsigned int UINT;                                      typedef unsigned int uint;

这两句有什么区别呀?????
其它几个也是一样的,大写和小写的区别在哪?
求大神指点一二!谢谢了!
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。