Files
Arquivotheca.SunOS-4.1.4/sccs/lib/newstats.c
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

15 lines
323 B
C

# include "../hdr/defines.h"
SCCSID(@(#)newstats.c 1.1 94/10/31 SMI); /* from System III 5.1 */
newstats(pkt,strp,ch)
register struct packet *pkt;
register char *strp;
register char *ch;
{
char fivech[6];
repeat(fivech,ch,5);
sprintf(strp,"%c%c %s/%s/%s\n",CTLCHAR,STATS,fivech,fivech,fivech);
putline(pkt,strp,0);
}