|
42sh 1.0.0
Create a shell in C
|
The file containing the replace alias functions. More...
#include "../../include/myshell.h"Functions | |
| void | my_sort_alias (node_t **begin, int(*cmp)()) |
| sort the alias list | |
| char ** | replace_alias_in_line (char **args, node_t **alias_list) |
| Replace the alias if it already exists. | |
The file containing the replace alias functions.
| void my_sort_alias | ( | node_t ** | begin, |
| int(* | cmp )() ) |
sort the alias list
| begin | The alias list |
| cmp | The compare function |
| char ** replace_alias_in_line | ( | char ** | args, |
| node_t ** | alias_list ) |
Replace the alias if it already exists.
| mysh | The shell structure |