|
maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
| char * | ft_substr (char const *s, unsigned int start, size_t len) |
| char * ft_substr | ( | char const * | s, |
| unsigned int | start, | ||
| size_t | len | ||
| ) |
Definition at line 27 of file ft_substr.c.
References ft_strlen().
Referenced by append_literal(), ev_loop(), expand_variable(), and post_process_command_args().

