wujunze@Mac: ~/tmp $ cat hello.c [12:59:51]#include <stdlib.h>int main() { exit(0); }
wujunze@Mac: ~/tmp $ clang hello.c [12:59:53]hello.c:1:10: fatal error: 'stdlib.h' file not found#include <stdlib.h>
^~~~~~~~~~
1 error generated.
FAIL尝试过 执行 xcode-select install 后仍然报错有没有遇到过的朋友 帮忙看看### 问题描述
1 回答
- 1 回答
- 0 关注
- 491 浏览
添加回答
举报
0/150
提交
取消