Module CConstants.Imports

val env_path_var : string
type t = {
  1. file : string;
  2. arch : Architecture.t list;
  3. exec : Exec_mode.t list;
}
val all_imports : t list

All imports, should not be used as such, imports should be selected using the import function

val imports : Architecture.t -> Exec_mode.t -> (string * bool) list