summaryrefslogtreecommitdiffstats
path: root/src/ft_u_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_u_utils.c')
-rw-r--r--src/ft_u_utils.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ft_u_utils.c b/src/ft_u_utils.c
index f5df2f4..8c61bf9 100644
--- a/src/ft_u_utils.c
+++ b/src/ft_u_utils.c
@@ -10,8 +10,26 @@
/* */
/* ************************************************************************** */
+#include <libft.h>
#include <stdint.h>
+#include "ft_s_struct.h"
+
+char
+ *ft_get_home_dir(t_msh *msh)
+{
+ char **ptr;
+
+ ptr = msh->envp;
+ while (*ptr)
+ {
+ if (ft_strncmp( , , ))
+ {
+ }
+ ptr++;
+ }
+}
+
uint64_t
ft_get_argc(const char *args[])
{