Difference between revisions of "Team !YOU - BIO Library"
m (→Basic Input Output Library: Updated my task lists) |
Fmdeoliveira (talk | contribs) m (→Added Topic Title) |
||
Line 3: | Line 3: | ||
= Basic Input Output Library = | = Basic Input Output Library = | ||
+ | |||
+ | == Task 1: Committing Simple Function == | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" |
Revision as of 12:13, 8 February 2010
Team !You - To the main team page.
Basic Input Output Library
Task 1: Committing Simple Function
Function | Member Responsible | Status |
---|---|---|
void bio_init() | MattAdams | |
void bio_end() | tjcatibog | |
int bio_rows() | CDNPadawan | Completed |
int bio_cols() | CDNPadawan | Completed |
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 | commited |
A link to the assignment.