Put headers into headerfile

This commit is contained in:
Timo Schmidt 2023-03-26 07:50:36 +02:00
parent 534cd2e35c
commit c0ba167a60
1 changed files with 2 additions and 5 deletions

View File

@ -6,14 +6,11 @@
/* By: smatthes <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/25 18:58:21 by smatthes #+# #+# */
/* Updated: 2023/03/26 06:57:31 by tischmid ### ########.fr */
/* Updated: 2023/03/26 07:47:58 by tischmid ### ########.fr */
/* */
/* ************************************************************************** */
int check_inp_valid(int argc, char **argv, int n);
int str_len(char *str);
void atoi_arr(char **argv, int *borders, int n);
int check_opposite_sum(int *borders, int n);
#include "include/handle_input.h"
int handle_input(int argc, char **argv, int *borders, int n)
{