Minishell
Loading...
Searching...
No Matches
my_str_to_word_array.c File Reference
#include "../../include/utils.h"
#include <stdlib.h>
Include dependency graph for my_str_to_word_array.c:

Functions

int my_isprint (char c)
 
void update_word_count (int *is_word, int *count)
 
int count_words (char *str)
 
char ** my_str_to_word_array (char *str)
 
void free_word_array (char **array)
 

Function Documentation

◆ count_words()

int count_words ( char * str)
Here is the call graph for this function:

◆ free_word_array()

void free_word_array ( char ** array)

◆ my_isprint()

int my_isprint ( char c)

◆ my_str_to_word_array()

char ** my_str_to_word_array ( char * str)
Here is the call graph for this function:

◆ update_word_count()

void update_word_count ( int * is_word,
int * count )