C的一点趣事main.c#include stdio.h#include main.cprintf(file a.c)?就这两个文件,编译会陷入循环
C的一点趣事
main.c
#include <stdio.h>#include "main.c"printf("file a.c");?就这两个文件,编译会陷入循环。看来C/C++真的是“coders should be trusted” C的一点趣事
main.c
#include <stdio.h>#include "main.c"printf("file a.c");?就这两个文件,编译会陷入循环。看来C/C++真的是“coders should be trusted”