ft_strnew - kibotrel/42-Libft GitHub Wiki

char	*ft_strnew(size_t size)

Description :

Allocates a new string of size bytes and put everyone on the value \0

Return Value :

Returns the allocated string.

Source code