#include #include #include int ft_pwd(void) { char *buff; buff = NULL; ft_putstr(getcwd(buff, 1000)); return (0); }