date and time created 80/10/30 00:36:21 by mckusick
[unix-history] / usr / src / usr.bin / pascal / libpc / TRUNC.c
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)TRUNC.c 1.1 %G%";
TRUNC(value)
double value;
{
return (long)(value);
}