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:45:58 -02:00
parent d1a7d6fc24
commit 75d1e5f23b
17 changed files with 81 additions and 24 deletions
+2
View File
@@ -10,6 +10,8 @@ struct stack {
struct stack *next;
};
extern const char *program_name;
void allocate_stack(struct stack **);
void initialize_stack(struct stack *);
void delete_stack(struct stack *);