Pessimistic memory allocation.

* Added/removed headers as necessary
* Removed 'key_event' function from keyboard
This commit is contained in:
Murilo Pereira
2011-02-06 03:44:45 -02:00
parent d1a7d6fc24
commit 75d1e5f23b
17 changed files with 81 additions and 24 deletions
+2
View File
@@ -15,6 +15,8 @@
#define WHITE_ON_BLUE 3
#define WHITE_ON_GREEN 4
extern const char *program_name;
char *card_suit(enum suit);
char *card_value(enum value);
void erase_stack(struct stack *);