diff options
Diffstat (limited to 'check_leaks.c')
| -rw-r--r-- | check_leaks.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/check_leaks.c b/check_leaks.c index f8e9941..ff16e9c 100644 --- a/check_leaks.c +++ b/check_leaks.c @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* check_leaks.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/06 18:14:36 by cacharle #+# #+# */ +/* Updated: 2020/02/06 18:14:37 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include <limits.h> #include "header.h" |
