Open main menu

CDOT Wiki β

Team !YOU - BIO Library

Revision as of 21:04, 1 February 2010 by Fmdeoliveira (talk | contribs) (Function Distribution)

Team !You - To the main team page.

Basic Input Output Library

Simple Function Commit Tasks
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.