maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
char * | ft_strcat_const (const char *dest, const char *src) |
char * ft_strcat_const | ( | const char * | dest, |
const char * | src | ||
) |
Definition at line 15 of file ft_strcat_const.c.
References ft_strlen().
Referenced by check_operators().