If not:
>> echo.c << EOF #include <stdio.h> int main(){ while((c = getline()) != EOF){ putchar(c); } } EOF