Put headers into headerfile
This commit is contained in:
parent
534cd2e35c
commit
c0ba167a60
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue