diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-17 15:36:49 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-17 15:36:49 +0100 |
commit | e40442466e3f20f83a2d7755a6038bc3fc27fa8e (patch) | |
tree | 911145a592ac03a4dcdf9763f5708bec90a92382 /src/ft_check_ext.c | |
parent | Map update (diff) | |
download | 42-cub3d-e40442466e3f20f83a2d7755a6038bc3fc27fa8e.tar.gz 42-cub3d-e40442466e3f20f83a2d7755a6038bc3fc27fa8e.tar.bz2 42-cub3d-e40442466e3f20f83a2d7755a6038bc3fc27fa8e.tar.xz 42-cub3d-e40442466e3f20f83a2d7755a6038bc3fc27fa8e.tar.zst 42-cub3d-e40442466e3f20f83a2d7755a6038bc3fc27fa8e.zip |
Norme
Diffstat (limited to 'src/ft_check_ext.c')
-rw-r--r-- | src/ft_check_ext.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ft_check_ext.c b/src/ft_check_ext.c index f4a1e92..9a953d0 100644 --- a/src/ft_check_ext.c +++ b/src/ft_check_ext.c @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_check_ext.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/17 15:33:28 by rbousset #+# #+# */ +/* Updated: 2020/02/17 15:33:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + #include <libft.h> #include <stdint.h> |