diff --git a/arghandle.c b/arghandle.c index 58a6842..29555d0 100644 --- a/arghandle.c +++ b/arghandle.c @@ -6,14 +6,16 @@ /* By: tischmid +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/03/18 23:37:32 by tischmid #+# #+# */ -/* Updated: 2023/03/19 00:23:25 by tischmid ### ########.fr */ +/* Updated: 2023/03/19 00:58:55 by tischmid ### ########.fr */ /* */ /* ************************************************************************** */ #include -#include "include/arghandle.h" #include "include/ft_lib.h" +const int g_default_max_width = 200; +const int g_default_max_height = 200; + int get_dim(char *type, int default_max) { char output[10];