From 3ae2b3928739d947ef6ad792403ea1b00bf8bd4b Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 13 Dec 2021 16:27:01 +0100 Subject: refactor: clean up --- stack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stack.h') diff --git a/stack.h b/stack.h index e6c6415..7f259fe 100644 --- a/stack.h +++ b/stack.h @@ -8,7 +8,7 @@ struct stack int *items; }; -struct stack *new_stack(int capacity); +struct stack *create_stack(int capacity); void stack_push(struct stack *pt, int x); -- cgit v1.2.3-18-g5258