#include "stdio.h"//
#include "string.h"//
無效總管(無效)
{
char ch
while((ch=getchar())!=EOF)
putchar(ch);
}輸入:
abcdefg
Z
正常結束循環。