maxishell
Implementation of a shell for Linux-like systems
|
#include "shell.h"
#include "libft.h"
#include <stdlib.h>
#include <stdio.h>
#include "env.h"
#include "exit_status.h"
#include "tokens.h"
#include "signals.h"
#include "builtins.h"
Go to the source code of this file.
Functions | |
void | free_signal_context (void) |
void | clear_history_file (void) |
void clear_history_file | ( | void | ) |
Definition at line 31 of file builtins_utils.c.
References HISTORY_PATH.
Referenced by cleanup_exit_resources(), main(), and main_loop().
void free_signal_context | ( | void | ) |
Definition at line 23 of file builtins_utils.c.
References get_context().
Referenced by cleanup_exit_resources().