blob: e67e719acb7ceba73d9573b73bc8a9776fd65cdd [file] [log] [blame]
extern void order_D(void);
void order_C(void)
{
order_D();
}