Graphics source in C: hsalgs/regurgitate.c

Ken Turkowski ken at turtleva.UUCP
Thu Dec 22 15:27:04 AEST 1983


echo x - hsalgs/regurgitate.c
cat >hsalgs/regurgitate.c <<'!Funky!Stuff!'
#include <stdio.h>

main()
{    char string[81];
     while ( gets(string) != NULL)
     {   puts(string);   }
}

!Funky!Stuff!



More information about the Comp.sources.unix mailing list