#include "env.h"
#include "garbage.h"
#include "libft.h"
#include "minishell.h"
#include <fcntl.h>
#include <stdio.h>
#include <sys/stat.h>
#include <unistd.h>
Functions | |
char * | get_prompt_message (t_garbage *garbage) |
Build the prompt message If an error occurs, returns the static default prompt message. | |