Minishell
 
Loading...
Searching...
No Matches
prompt.c File Reference
#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>
Include dependency graph for prompt.c:

Functions

char * get_prompt_message (t_garbage *garbage)
 Build the prompt message If an error occurs, returns the static default prompt message.