summaryrefslogtreecommitdiff
path: root/cputime.h
diff options
context:
space:
mode:
authorhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-20 10:49:00 +0000
committerhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-20 10:49:00 +0000
commite864f2e8b7b6ff039f21ec73c6ec81118dbe54a4 (patch)
treeff645a548ab6fc50f2f7ccb7ca6bd8c96c55834b /cputime.h
parent061c2f917ca4fc3b5b6cf760072422c0fd0d2c90 (diff)
downloadmpfr-e864f2e8b7b6ff039f21ec73c6ec81118dbe54a4.tar.gz
Added prototypes for all test files.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@904 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'cputime.h')
-rw-r--r--cputime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cputime.h b/cputime.h
index 3aecf4f82..69d49620f 100644
--- a/cputime.h
+++ b/cputime.h
@@ -1,4 +1,7 @@
/* Return user CPU time measured in milliseconds. Thanks to Torbjorn. */
+
+int cputime _PROTO((void));
+
#if defined (ANSIONLY) || defined (USG) || defined (__SVR4) || defined (_UNICOS) || defined(__hpux)
#include <time.h>