libtfise everything
This commit is contained in:
parent
f8c50143d6
commit
74564daa52
3 changed files with 25 additions and 37 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/23 14:15:12 by mcolonna #+# #+# */
|
||||
/* Updated: 2024/04/30 15:00:48 by mcolonna ### ########.fr */
|
||||
/* Updated: 2024/05/01 17:52:52 by mcolonna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -79,7 +79,7 @@ void fatal_error_msg(const char *msg);
|
|||
|
||||
// Get the PATH values.
|
||||
// Return a list of strings ended by NULL.
|
||||
char **get_path(char *const envp[]);
|
||||
const char **get_path(const t_memclass mc, char *const envp[]);
|
||||
|
||||
// Search the program in $PATH.
|
||||
// Returns the path of the program to use, or NULL if there is none.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue