gpt4 book ai didi

c - 定义结构的问题

转载 作者:太空宇宙 更新时间:2023-11-04 05:47:06 26 4
gpt4 key购买 nike

我正在用 C 做一个小应用程序,我想定义一个结构。我已经这样做了:

typedef struct {    ITEM element[TAILLE_TAMPON];    sem_t mutex, attendreVide, attendrePlein;    int ptEntree, ptSortie;} TAMPON;

但是当我使用 ITEM 构建我的项目时出现错误是因为 include 有问题吗?

  • stdio.h
  • 标准库.h
  • 时间.h
  • 信号量.h
  • 线程.h
  • “psleep.h”

“psleep.h”包括“unistd.h”

感谢您的帮助。

最佳答案

这听起来像是在您的一个 header 中声明了 ITEM 类型,尽管您需要提供更多信息才能确定。检查以确保您 #include 定义 ITEM 结构的文件。

关于c - 定义结构的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/932313/

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