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