#ifndef MINISH_H # define MINISH_H # include # include # include # include # include # include # include "libft.h" ///// PATH ///// // Get the PATH values. // Return a list of strings ended by NULL. char **get_path(char **envp); // ??? TODO int search_path(char **path); // Copy the path list. char **cp_path(char **path); #endif