date and time created 82/01/18 19:21:15 by linton
[unix-history] / usr / src / usr.bin / pascal / libpc / CLCK.c
CommitLineData
e0d99537
KM
1/* Copyright (c) 1979 Regents of the University of California */
2
492cc5d3 3static char sccsid[] = "@(#)CLCK.c 1.2 %G%";
e0d99537 4
492cc5d3 5long
e0d99537
KM
6CLCK()
7{
8 long tim[4];
9
10 times(tim);
11 return (tim[0] * 50) / 3;
12}