Team !YOU - BIO Library
Revision as of 12:23, 8 February 2010 by Fmdeoliveira (talk | contribs) (→Added link to bio_edit() specs)
Team !You - To the main team page.
A link to the assignment.
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 |
Task 2: bio_edit() switch cases
case | Member Responsible | Status |
---|---|---|
UP_KEY | ||
DOWN_KEY | ||
LEFT_KEY | ||
RIGHT_KEY | ||
PGUP_KEY | ||
PGDN_KEY | ||
ENTER_KEY | ||
TAB_KEY | ||
BACKSPACE_KEY | ||
DEL_KEY | ||
HOME_KEY | ||
END_KEY | ||
ESCAPE_KEY | ||
INSERT_KEY | ||
F1_KEY | ||
F2_KEY | ||
F3_KEY | ||
F4_KEY | ||
F5_KEY | ||
F6_KEY | ||
F7_KEY | ||
F8_KEY | ||
F9_KEY | ||
F10_KEY | ||
F11_KEY | ||
F12_KEY |