Cub3D
 
Loading...
Searching...
No Matches
ft_map_utils.c File Reference
#include "libft.h"
#include <stdbool.h>
Include dependency graph for ft_map_utils.c:

Functions

void suppress_newlines (char **lines)
 Suppress newlines in the given lines.
 
bool is_only_whitespace (const char *str)
 Check if the string contains only whitespace characters.