From 4cf209d8b88da70b6f8d4be096a2ef6140cb81a9 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 3 Oct 2020 17:06:53 +0200 Subject: Normed u_path --- src/u_path.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/u_path.h') diff --git a/src/u_path.h b/src/u_path.h index 0c8e256..6224558 100644 --- a/src/u_path.h +++ b/src/u_path.h @@ -10,12 +10,18 @@ /* */ /* ************************************************************************** */ -#ifndef U_PATH_H -#define U_PATH_H +#ifndef FT_U_PATH_H +# define FT_U_PATH_H -#include +# include -#include "s_struct.h" +# include "s_struct.h" + +struct s_path +{ + char *tok_path; + size_t dstsize; +}; uint8_t u_search_in_path(char fullpath[], const char com[], -- cgit v1.2.3