Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/c/69.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在终端中查找gcc头文件_C_Macos_Terminal - Fatal编程技术网

如何在终端中查找gcc头文件

如何在终端中查找gcc头文件,c,macos,terminal,C,Macos,Terminal,我在用macbook。我想读取终端中的limits.h和float.h头文件。首先,我是Unix新手,所以我不确定它们安装在哪里哪个目录?在哪里浏览这些头文件 查看gcc在path变量中使用的include路径,然后查看类似cat?的内容,我想读取limits.h&float.h头文件@BLUEPIXY not prog.crun open-h limits。h@nos感谢它的工作,但我没有看到的内容的限制。h我的期望。我所看到的是ifndef\u TR1\u LIMITS\u H define

我在用macbook。我想读取终端中的limits.h和float.h头文件。首先,我是Unix新手,所以我不确定它们安装在哪里哪个目录?在哪里浏览这些头文件

查看gcc在path变量中使用的include路径,然后查看类似cat?的内容,我想读取limits.h&float.h头文件@BLUEPIXY not prog.crun open-h limits。h@nos感谢它的工作,但我没有看到的内容的限制。h我的期望。我所看到的是ifndef\u TR1\u LIMITS\u H define\u TR1\u LIMITS\u H 1 include endifSo your LIMITS.H包含另一个文件。尝试查看climits文件。