1 #include <stdio.h>2 3 int main()4 {5 printf("EOF=%d\n",EOF);6 }7 转载于:https://www.cnblogs.com/ebusi/archive/2011/01/17/1937070.html