1
edit
Changes
→Project Progress
<s>'''void bio_init(void)'''</s><br/>
''(COMPLETECOMPLETED)''<br/>
<br/>
<s>'''void bio_end(void)'''</s><br/>
''(COMPLETECOMPLETED)''<br/>
<br/>
<s>'''int bio_rows(void)'''</s><br/>
''(COMPLETECOMPLETED)''<br/>
<br/>
<s>'''int bio_cols(void)'''</s><br/>
''(COMPLETECOMPLETED)''<br/>
<br/>
<s>'''void bio_clrscr(void)'''</s><br/>
''(COMPLETECOMPLETED)''<br/>
<br/>
<s>'''void bio_flush(void)'''</s><br/>
''(COMPLETECOMPLETED)''<br/>
<br/>
<s>'''int bio_getch(void)'''</s><br/>
''(COMPLETECOMPLETED)''<br/>
<br/>
<s>'''void bio_move(int row, int col)'''</s><br/>
''(COMPLETECOMPLETED)''<br/>
<br/>
<s>'''void bio_putch(int ch)'''</s><br/>
''(COMPLETECOMPLETED)''<br/>
<br/>
<s>'''void bio_putstr(const char* str)'''</s><br/>
''(COMPLETECOMPLETED)''<br/>
<br/>