order_I.c 63 B

12345
  1. extern void order_J(void);
  2. void order_I(void)
  3. {
  4. order_J();
  5. }