blob: 9c62bb153b93290c56852474532a9d754525225f [file] [log] [blame]
extern void order_I(void);
void order_H(void)
{
order_I();
}