maxishell
Implementation of a shell for Linux-like systems
|
#include "shell.h"
#include <unistd.h>
#include "libft.h"
#include <stdio.h>
#include "exit_status.h"
Go to the source code of this file.
Functions | |
int | builtin_pwd (t_ms_data *data) |
int builtin_pwd | ( | t_ms_data * | data | ) |
Definition at line 24 of file pwd.c.
References EXIT_SUCCESS, and ft_putendl_fd().
Referenced by execute().