|
|
coherent
/*
* ask for a string and return a reply.
*/
#include <stdio.h>
char *
ask(reply, msg)
char *reply, *msg;
{
printf("Enter: %r ", &msg);
fflush(stdout);
return(gets(reply));
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.