【问题标题】:Where is sys/msg.h located?sys/msg.h 位于何处?
【发布时间】:2014-08-06 09:11:30
【问题描述】:

我正在编写一些使用 header 的 C/C++ 程序。我想查看此标头,但在我的 Ubuntu 系统(版本 14.04)上找不到他。

文件在哪里?

【问题讨论】:

  • /usr/include/x86_64-linux-gnu/sys/msg.h for x86_64...
  • locate pro 函数。
  • 感谢大家的帮助!成功了!

标签: c linux ipc


【解决方案1】:
$ locate msg.h

....
/usr/include/sys/msg.h
/usr/include/x86_64-linux-gnu/sys/msg.h
....

【讨论】:

  • 感谢您的回答,我现在找到了
猜你喜欢
  • 2012-08-03
  • 1970-01-01
  • 1970-01-01
  • 2016-09-30
  • 2016-09-28
  • 2020-06-09
  • 2019-03-02
  • 2015-10-27
  • 2014-08-10
相关资源
最近更新 更多