mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-11 06:58:47 +02:00
「✨」 feat: CD working
This commit is contained in:
@ -6,16 +6,19 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/06/22 13:05:18 by adjoly #+# #+# */
|
||||
/* Updated: 2024/06/24 12:47:28 by adjoly ### ########.fr */
|
||||
/* Updated: 2024/06/25 10:46:04 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef BUILTINS_H
|
||||
# define BUILTINS_H
|
||||
|
||||
#include "env.h"
|
||||
# include "env.h"
|
||||
|
||||
# define PATH_MAX_LEN 4096
|
||||
|
||||
void ft_pwd(t_env *env);
|
||||
void ft_cd(t_env *env, char *args);
|
||||
char *ret_cwd(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user