|
|
BSD 4.2
#ifndef lint
static char sccsid[] = "@(#)out.c 4.1 (Berkeley) 3/23/83";
#endif not lint
# include "trek.h"
/*
** Announce Device Out
*/
out(dev)
int dev;
{
register struct device *d;
d = &Device[dev];
printf("%s reports %s ", d->person, d->name);
if (d->name[length(d->name) - 1] == 's')
printf("are");
else
printf("is");
printf(" damaged\n");
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.