From 5e0e41652315114a8b0d883c473dbbbfc1c28342 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 18 Jan 2020 12:11:36 +0100 Subject: filled action functions (propably bloat), checker working, stack functions not so much --- src/common/common.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/common/common.h') diff --git a/src/common/common.h b/src/common/common.h index 18ccae3..b914d5e 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -1,3 +1,16 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* common.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/01/18 11:20:54 by cacharle #+# #+# */ +/* Updated: 2020/01/18 11:21:03 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ +#include + #ifndef STACK_H # define STACK_H -- cgit