CConstants.Imports
val env_path_var : string
type t = {
file : string;
arch : Architecture.t list;
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
import
val imports : Architecture.t -> Exec_mode.t -> (string * bool) list