Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/c/72.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
#include<;错误;ctype.h>;在C程序中_C_Netbeans_Include_Cygwin - Fatal编程技术网

#include<;错误;ctype.h>;在C程序中

#include<;错误;ctype.h>;在C程序中,c,netbeans,include,cygwin,C,Netbeans,Include,Cygwin,我试图在我的代码中使用isspace和strlen,所以我使用了\include。我在#include行中得到错误:“In file included from”(在“from”之后不说任何内容)。我正在使用Netbeans,我被Cygwin搞糊涂了,所以我可能在下载它时犯了一个错误。你知道问题是什么吗?我该怎么解决 而且,#include没有给我一个错误 谢谢 请您发布该文件的完整编译器输出,您检查过了吗?可能是与-std=c99相关的问题

我试图在我的代码中使用
isspace
strlen
,所以我使用了
\include
。我在
#include
行中得到错误:“In file included from”(在“from”之后不说任何内容)。我正在使用Netbeans,我被Cygwin搞糊涂了,所以我可能在下载它时犯了一个错误。你知道问题是什么吗?我该怎么解决

而且,
#include
没有给我一个错误


谢谢

请您发布该文件的完整编译器输出,您检查过了吗?可能是与
-std=c99
相关的问题