Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
string_split_priv.h File Reference
#include "libft.h"
Include dependency graph for string_split_priv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool string_add_to_vector (const t_string *src, size_t start, size_t len, t_vector *out)
 
bool string_is_sep (const t_string *src, size_t i, const char *sep)
 

Function Documentation

◆ string_add_to_vector()

bool string_add_to_vector ( const t_string src,
size_t  start,
size_t  len,
t_vector out 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ string_is_sep()

bool string_is_sep ( const t_string src,
size_t  i,
const char *  sep 
)
Here is the caller graph for this function: