Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 319 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 319 Bytes

Installation Steps

To install the required tools, follow the steps below:

sudo apt-get install opam
opam init
eval $(opam env --switch=default)
opam install frama-c
sudo apt install ocaml-dune
eval $(opam env)


frama-c sample_prg1.c -slice-value temperature -then-on 'Slicing export' -print -ocode slice.c