Sys.Signals module for a Variant type of signals (and a set_signal function that...
[ocaml.git] / debugger / command_line.mli
blobdd2349d2c4d4729833dd9c8333c36eb7bbe688bd
1 (***********************************************************************)
2 (* *)
3 (* Objective Caml *)
4 (* *)
5 (* Jerome Vouillon, projet Cristal, INRIA Rocquencourt *)
6 (* Objective Caml port by John Malecki and Xavier Leroy *)
7 (* *)
8 (* Copyright 1996 Institut National de Recherche en Informatique et *)
9 (* en Automatique. All rights reserved. This file is distributed *)
10 (* under the terms of the Q Public License version 1.0. *)
11 (* *)
12 (***********************************************************************)
14 (* $Id$ *)
16 (************************ Reading and executing commands ***************)
18 open Lexing;;
19 open Format;;
21 val interprete_line : formatter -> string -> bool;;
22 val line_loop : formatter -> lexbuf -> unit;;