aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/system.mli
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-09-08 09:27:56 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-09-08 09:27:56 +0000
commit384b03f93d8036d4eee6764f5db236727af81b76 (patch)
tree2fe2b9d08ed2fe1d6ae3e86854cbc818c8f8824c /lib/system.mli
parent97b2897d343adf1d6da0ae0140a8ce990af66f82 (diff)
time stamps dans System
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@54 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/system.mli')
-rw-r--r--lib/system.mli10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/system.mli b/lib/system.mli
new file mode 100644
index 000000000..13265d1d8
--- /dev/null
+++ b/lib/system.mli
@@ -0,0 +1,10 @@
+
+(* $Id$ *)
+
+(*s Time stamps. *)
+
+type time_stamp
+
+val get_time_stamp : unit -> time_stamp
+val compare_time_stamps : time_stamp -> time_stamp -> int
+