date and time created 85/01/22 13:49:21 by ralph
[unix-history] / usr / src / usr.bin / uucp / libuu / sysacct.c
#ifndef lint
static char sccsid[] = "@(#)sysacct.c 5.1 (Berkeley) %G%";
#endif
#include <sys/types.h>
/*******
* sysacct(bytes, time) output accounting info
* time_t time;
* long bytes;
*/
sysacct(bytes, time)
time_t time;
long bytes;
{
return;
}