Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
str_mapi.c File Reference
#include "libft.h"
#include <stdlib.h>
Include dependency graph for str_mapi.c:

Functions

char * str_mapi (char const *s, char(*f)(unsigned int, char))
 Creates a new string by applying a function to each character.