Frama-C API - Filter
Filter helps to build a new cilfile from an old one by removing some of its elements. One can even build several functions from a source function by specifying different names for each of them.
module type RemoveInfo = sig ... endSignature of a module that decides which element of a function have to be visible or not
module F (Info : RemoveInfo) : sig ... endGiven a module that match the module type described above, F.build_cil_file initializes a new project containing the slices
