This is slave.c in view mode; [Download] [Up]
#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. */ 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); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.