|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 350 (0x15e) Types: TextFile Names: »slave.c«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦cfd40dc56⟧ »EurOpenD3/news/nntp/nntp.1.5.8.tar.Z« └─⟦2ec98eca6⟧ └─⟦this⟧ »server/slave.c« └─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦5cced586a⟧ »EurOpenD3/news/nntp/nntp.1.5.7.tar.Z« └─⟦7340f105e⟧ └─⟦this⟧ »./server/slave.c«
#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); }