merge in onyx changes
[unix-history] / usr / src / usr.bin / pascal / libpc / CLCK.c
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)CLCK.c 1.2 %G%";
long
CLCK()
{
long tim[4];
times(tim);
return (tim[0] * 50) / 3;
}