|
maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
| char * | ft_strstr (const char *big, const char *little) |
| char * ft_strstr | ( | const char * | big, |
| const char * | little | ||
| ) |
Definition at line 24 of file ft_strstr.c.
References ft_strlen(), and ft_strncmp().
