mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-11 06:58:47 +02:00
「🏗️」 wip: CD reworked
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/06/22 13:05:18 by adjoly #+# #+# */
|
||||
/* Updated: 2024/06/25 10:46:04 by adjoly ### ########.fr */
|
||||
/* Updated: 2024/06/25 11:30:49 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
# define PATH_MAX_LEN 4096
|
||||
|
||||
void ft_pwd(t_env *env);
|
||||
void ft_pwd(void);
|
||||
void ft_cd(t_env *env, char *args);
|
||||
char *ret_cwd(void);
|
||||
|
||||
|
Reference in New Issue
Block a user