| 
    maxishell
    
   Implementation of a shell for Linux-like systems 
   | 
 
#include "libft.h"
Go to the source code of this file.
Functions | |
| char * | ft_strrchr (const char *s, int c) | 
| char * ft_strrchr | ( | const char * | s, | 
| int | c | ||
| ) | 
Definition at line 24 of file ft_strrchr.c.