Difference between revisions of "Team !YOU - BIO Library"
Nsimmalavong (talk | contribs) (→Basic Input Output Library) |
Fmdeoliveira (talk | contribs) m (→Changed status of my assigned functions) |
||
Line 16: | Line 16: | ||
| int bio_cols() || CDNPadawn || | | int bio_cols() || CDNPadawn || | ||
|- | |- | ||
− | | void bio_clrscr() || fmDeOliveira || | + | | void bio_clrscr() || fmDeOliveira || committed |
|- | |- | ||
− | | void bio_flush() || fmDeOliveira || | + | | void bio_flush() || fmDeOliveira || committed |
|- | |- | ||
| int bio_getch() || ammisko || | | int bio_getch() || ammisko || |
Revision as of 22:07, 4 February 2010
Team !You - To the main team page.
Basic Input Output Library
Function | Member Responsible | Status |
---|---|---|
void bio_init() | MattAdams | |
void bio_end() | tjcatibog | |
int bio_rows() | CDNPadawan | |
int bio_cols() | CDNPadawn | |
void bio_clrscr() | fmDeOliveira | committed |
void bio_flush() | fmDeOliveira | committed |
int bio_getch() | ammisko | |
void bio_move(int r, int c) | nsimmalavong | completed |
void bio_putch(int c) | award | |
void bio_putstr(const char* str) | Minooz | Will work on it! |
A link to the assignment.