/* ms_reg.h */ #ifndef MS_REG_H #define MS_REG_H #include "push_pop.h" _PROTOTYPE(reg_t find_local, (int, reg_t*)); #endif