1: #ifndef lint
2: static char *sccsid = "@(#)slave.c 1.3 (Berkeley) 6/26/87";
3: #endif
4:
5: #include "common.h"
6:
7: /*
8: * SLAVE
9: *
10: * note slave status, which is actually unimplemented.
11: */
12:
13: slave(argc, argv)
14: int argc;
15: char *argv[];
16: {
17: printf("%d Kinky, kinky. I don't support such perversions.\r\n",
18: OK_SLAVE); /* Thanks Serge! */
19: (void) fflush(stdout);
20: }
Defined functions
slave
defined in line
13; used 2 times
Defined variables
sccsid
defined in line
2;
never used