day 10 part 2 (1st version, need huge cleanup)

This commit is contained in:
2021-12-11 09:24:03 +01:00
parent 34acd4012b
commit fb5be18e18
3 changed files with 134 additions and 17 deletions

View File

@@ -103,8 +103,8 @@ struct stack {
int c;
struct list_head list;
};
LIST_HEAD(stack_head);
LIST_HEAD(stack_head);
static pool_t *pool;
static struct stack *push(int l, int c)