package rdbg

  1. Overview
  2. Docs
type my_create_process_result =
  1. | OK
  2. | KO
  3. | PID of int
val my_create_process : ?std_in:Unix.file_descr -> ?std_out:Unix.file_descr -> ?std_err:Unix.file_descr -> ?wait:bool -> string -> string list -> my_create_process_result
val mygetenv_def : string -> string -> string
val c2dro : string -> bool
OCaml

Innovation. Community. Security.