/* ** Copyright (C) 1995,2003-2004 Peter Schachte and The University of Melbourne. ** This file may only be copied under the terms of the GNU Library General ** Public License - see the file COPYING.LIB in the Mercury distribution. */ /***************************************************************** File : timing.h Author : Peter Schachte Origin : Sat Aug 12 15:28:57 1995 Purpose : header file for timing support *****************************************************************/ typedef unsigned long millisec; millisec milli_time(void);