maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
char * | ft_strcpy (char *dest, const char *src) |
char * ft_strcpy | ( | char * | dest, |
const char * | src | ||
) |
Definition at line 25 of file ft_strcpy.c.
Referenced by generate_prompt(), and token_adj().