|
|
1.1 ! root 1: /* ! 2: * ask for a string and return a reply. ! 3: */ ! 4: #include <stdio.h> ! 5: ! 6: char * ! 7: ask(reply, msg) ! 8: char *reply, *msg; ! 9: { ! 10: printf("Enter: %r ", &msg); ! 11: fflush(stdout); ! 12: return(gets(reply)); ! 13: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.