blob: 1787f1d1bfaeb667e631bc430ed233244db2d4df [file] [log] [blame]
extern void order_C(void);
void order_B(void)
{
order_C();
}