1 2 3 4 5 6 7 8
void Init_Continuation_body(void); void Init_continuation(void) { Init_Continuation_body(); }