root/libswish3/trunk/src/libswish3/getruntime.h

Revision 1913, 1.3 kB (checked in by karpet, 2 years ago)

for all the world to see

Line 
1 /*
2 **
3 $Id: getruntime.h,v 1.6 2005/05/12 15:41:05 karman Exp $
4
5     This file is part of Swish-e.
6
7     Swish-e is free software; you can redistribute it and/or modify
8     it under the terms of the GNU General Public License as published by
9     the Free Software Foundation; either version 2 of the License, or
10     (at your option) any later version.
11
12     Swish-e is distributed in the hope that it will be useful,
13     but WITHOUT ANY WARRANTY; without even the implied warranty of
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15     GNU General Public License for more details.
16
17     You should have received a copy of the GNU General Public License
18     along  with Swish-e; if not, write to the Free Software
19     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
20     
21     See the COPYING file that accompanies the Swish-e distribution for details
22     of the GNU GPL and the special exception available for linking against
23     the Swish-e library.
24     
25 ** Mon May  9 18:19:34 CDT 2005
26 ** added GPL
27
28
29 **-------------------------------------------------------
30 **
31 **
32 */
33
34
35 #ifndef GETRUNTIME_H
36 #define GETRUNTIME_H 1
37
38 #ifdef __cplusplus
39 extern "C" {
40 #endif
41
42 typedef double cpu_seconds;
43 cpu_seconds get_cpu_secs ();
44
45 #ifdef __cplusplus
46 }
47 #endif /* __cplusplus */
48
49 #endif /* GETRUNTIME_H */
50
Note: See TracBrowser for help on using the browser.