Raw File
extern void order_C(void);
void order_B(void)
{
  order_C();
}
back to top