File:  [MW Coherent from dump] / coherent / a / usr / src / misc / ask.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
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));
}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.