#ifndef lint
static char	sccsid[] = "@(#)slave.c	1.3	(Berkeley) 6/26/87";
#endif

#include "common.h"

/*
 * SLAVE
 *
 * note slave status, which is actually unimplemented.
 */

void
slave(argc, argv)
	int	argc;
	char	*argv[];
{
	printf("%d Kinky, kinky.  I don't support such perversions.\r\n",
		OK_SLAVE);		/* Thanks Serge! */
	(void) fflush(stdout);
}


syntax highlighted by Code2HTML, v. 0.9.1