diff options
| author | filliatr | 1999-09-18 16:13:36 +0000 |
|---|---|---|
| committer | filliatr | 1999-09-18 16:13:36 +0000 |
| commit | 3386a50c15ddc367cd247f288ff84f288a0c42af (patch) | |
| tree | 7d4766470bb2cd4436afd1dd38372e9555ff7208 /lib/system.mli | |
| parent | 6f79401e9d1a3d632a84b6087c429ee217db0d2a (diff) | |
module Library
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@74 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/system.mli')
| -rw-r--r-- | lib/system.mli | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/system.mli b/lib/system.mli index b887f5eb51..f89e128cbc 100644 --- a/lib/system.mli +++ b/lib/system.mli @@ -6,6 +6,17 @@ val add_path : string -> unit val del_path : string -> unit +val find_file_in_path : 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. *) + +exception Bad_magic_number of string + +val raw_extern_intern : int -> string -> + (string -> string * out_channel) * (string -> string * in_channel) + val extern_intern : int -> string -> (string -> 'a -> unit) * (string -> 'a) (*s Time stamps. *) |
