摘要:
警告:隐式声明与内建函数'exit'不兼容解决方案[cpp] view plaincopy#includeintmain(){printf("helloworld!/n");exit(0);} 原因其实很简单了,没有把stdlib.h包含进来,加上就没问题了。后来google搜索的时候发现网上很多人... 阅读全文
posted @ 2015-03-14 19:49 linFen 阅读(7035) 评论(0) 推荐(0)
|
摘要:
警告:隐式声明与内建函数'exit'不兼容解决方案[cpp] view plaincopy#includeintmain(){printf("helloworld!/n");exit(0);} 原因其实很简单了,没有把stdlib.h包含进来,加上就没问题了。后来google搜索的时候发现网上很多人... 阅读全文
posted @ 2015-03-14 19:49 linFen 阅读(7035) 评论(0) 推荐(0) |
||