blob: 9385ee5f8376ae0b767db34a8344ff81a2d58683 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
(***********************************************************************)
(* *)
(* Objective Caml *)
(* *)
(* Valerie Menissier-Morain, projet Cristal, INRIA Rocquencourt *)
(* *)
(* Copyright 1996 Institut National de Recherche en Informatique et *)
(* Automatique. Distributed only by permission. *)
(* *)
(***********************************************************************)
(* $Id$ *)
val index_char: string -> char -> int -> int
|