Moving stack-related constants to the stack header file.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include "stack.h"
|
||||
#include "game.h"
|
||||
|
||||
void allocate_stack(struct stack **stack) {
|
||||
if (!(*stack = malloc(sizeof(**stack)))) {
|
||||
|
||||
Reference in New Issue
Block a user