#ifndef ARC_UTILS_H #define ARC_UTILS_H void cleanup_sys(struct arc_system *sys); void load_arc_model(char *arc_file, struct arc_model *a_m); #endif