gpt4 book ai didi

c - 错误(DCC :1086):redeclaration of uint16_t

转载 作者:太空宇宙 更新时间:2023-11-04 07:13:43 24 4
gpt4 key购买 nike

我的项目中有一个头文件包含这一行:

typedef unsigned short uint16_t;

在 MinGW 编译器中,有一个文件“stdint.h”也有相同的行:

typedef unsigned short  uint16_t;

编译时出现如下错误:

错误 (dcc:1086): 重新声明 uint16_t

谁能给我解释一下....我的意思是它们都是无符号短..

最佳答案

uint16_t 已在 stdint.h 中定义为无符号 16 位整数类型。你应该省略你的 typedef。

关于c - 错误(DCC :1086):redeclaration of uint16_t,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26505201/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com