Frama-C API - Dot
Specialized command for the Graphviz's dot program to process dot files.
val format_to_string : format -> stringformat_to_string format convert format to a string corresponding to the variant name in lowercase. It can be used to derive a file extension.
val spawn : ?timeout:int -> ?layout:string -> format:format -> output:Filepath.t -> Filepath.t -> Unix.process_statusDot.spawn ~format ~output input create a process to run dot on input dot file to generate output file with output format format.
