升级到 Saucy 后,Clang 现在给我错误消息:
clang -Wall -Werror -std=c99 -ggdb -O0 5.1.c -o 5.1
In file included from 5.1.c:1:
/usr/include/stdio.h:33:11: fatal error: 'stddef.h' file not found
# include <stddef.h>
^
1 error generated.
make: *** [5.1] Error 1
顺便说一句,我添加的标题不是,stdio.h
但stddef.h
我假设stdio.h
引用或#includes
stddef.h