maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
int | ft_strncmp (const char *s1, const char *s2, size_t n) |
int ft_strncmp | ( | const char * | s1, |
const char * | s2, | ||
size_t | n | ||
) |
Definition at line 24 of file ft_strncmp.c.
Referenced by child_process(), ft_find_path(), ft_strnstr(), ft_strstr(), generate_prompt_string(), list_repeat_check_str(), and main_loop().