date and time created 80/10/31 14:39:48 by mckusick
[unix-history] / usr / src / usr.bin / pascal / libpc / CLCK.c
CommitLineData
e0d99537
KM
1/* Copyright (c) 1979 Regents of the University of California */
2
3static char sccsid[] = "@(#)CLCK.c 1.1 %G%";
4
5CLCK()
6{
7 long tim[4];
8
9 times(tim);
10 return (tim[0] * 50) / 3;
11}