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