Identifier “bool” already declared with different type or linkage C error compilation

前端 未结 0 319
日久生厌
日久生厌 2020-12-15 01:36

My C code :

if (*(bool*)p->data == true) {
    printf("True\\n");
}
else {
    printf("False\\n");
}

Can\'t see where

相关标签:
回答
  • 消灭零回复
提交回复
热议问题