compiling this c source code will create an executable that echoes all your text input—so it makes any line you write a refrain…
this is from the classic Kernigan and Ritchie text, The C Programming Language:
#include<stdio.h>
/* copy input to output, 1st version*/
main(){
int c;
c = getchar();
while (c != EOF){
putchar©;
c = getchar();
}
}
bliss
l
***************************************************************************
This is as useful as a doll.–Gertrude Stein
http://www.lewislacook.com/
Stamen Pistol: http://stamenpistol.blogspot.com/
Poem of the Day: http://www.lewislacook.com/POD
Sidereality: http://www.sidereality.com/
tubulence artist studio: http://turbulence.org/studios/lacook/index.html
———————————
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'