File: parse_args.mli

package info (click to toggle)
ocaml-gnuplot 0.8.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 508 kB
  • sloc: ml: 2,148; makefile: 185
file content (13 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
(* File: parse_args.mli *)
(* 	$Id: parse_args.mli,v 1.2 2004-07-30 22:48:33 chris_77 Exp $	 *)

(** Parse command line arguments and build accordingly the following
  values. *)

val device : int -> Gnuplot.device
  (** [device i] returns a device for the plot number [i]. *)

val offline : int -> string option
  (** [offline i] returns [Some <file>] if the user desires to save
    the commands into a file (the name of which will be constructed
    from the program name and [i]) and [None] otherwise. *)