Team !YOU - BIO Library
Team !You - To the main team page.
Basic Input Output Library
Function | Member Responsible |
---|---|
void bio_init() | - |
void bio_end() | - |
int bio_rows() | - |
int bio_cols() | - |
void bio_clrscr() | - |
void bio_flush() | - |
int bio_getch() | - |
void bio_move(int r, int c) | - |
void bio_putch(int c) | - |
void bio_putstr(const char* str) | - |
A link to the assignment.