1 2 3 4 5 6
void __swi(0) SWI_WriteC(int ch); void output_newline(void) { SWI_WriteC(13); SWI_WriteC(10); }