Files
hifiasm/inter.h
chhylp123 9ec286e64e new ul
2021-12-11 14:55:36 -05:00

9 lines
183 B
C

#ifndef __INTER__
#define __INTER__
#include "Overlaps.h"
void ul_resolve(ma_ug_t *ug, const asg_t *rg, const ug_opt_t *uopt, int hap_n);
void ul_load(const ug_opt_t *uopt);
#endif