Add constants declarations

This commit is contained in:
Timo Schmidt 2023-03-19 02:08:42 +01:00
parent 525effc84d
commit 4c6abff5e6
1 changed files with 4 additions and 2 deletions

View File

@ -6,14 +6,16 @@
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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 <stdio.h>
#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];