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