Add constants declarations
This commit is contained in:
parent
525effc84d
commit
4c6abff5e6
|
@ -6,14 +6,16 @@
|
||||||
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/03/18 23:37:32 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 <stdio.h>
|
#include <stdio.h>
|
||||||
#include "include/arghandle.h"
|
|
||||||
#include "include/ft_lib.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)
|
int get_dim(char *type, int default_max)
|
||||||
{
|
{
|
||||||
char output[10];
|
char output[10];
|
||||||
|
|
Loading…
Reference in New Issue