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