aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/system.mli
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-09-28 14:38:27 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-09-28 14:38:27 +0000
commita18412fa7c1047af46e991c2b611c09bb8e72514 (patch)
tree78704ced7bd79885019f9f3df5413bda19fbd0b0 /lib/system.mli
parenta40bef71a163039ae36830d264ef4c599e8f9357 (diff)
ajout de divers fonctions dans lib/
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@82 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/system.mli')
-rw-r--r--lib/system.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/system.mli b/lib/system.mli
index f89e128cb..6b773fdef 100644
--- a/lib/system.mli
+++ b/lib/system.mli
@@ -8,6 +8,8 @@ val del_path : string -> unit
val find_file_in_path : string -> string
+val make_suffix : string -> string -> string
+
(*s Generic input and output functions, parameterized by a magic number
and a suffix. The intern functions raise the exception [Bad_magic_number]
when the check fails, with the full file name. *)