Minishell
Loading...
Searching...
No Matches
trim.c File Reference
#include <string.h>
Include dependency graph for trim.c:

Functions

int is_whitespace (char c)
 
char * find_start (char *str)
 
char * find_end (char *str)
 
void shift_left (char *dest, char *src)
 
char * trim (char *str)
 

Function Documentation

◆ find_end()

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

◆ find_start()

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

◆ is_whitespace()

int is_whitespace ( char c)

◆ shift_left()

void shift_left ( char * dest,
char * src )

◆ trim()

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