![]() |
Livl Shell
0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
|
File containing some utilities. More...
#include <string.h>#include <ctype.h>

Go to the source code of this file.
Functions | |
| void | handle_quotes (char *token) |
| Handle quotes in a string (remove them) More... | |
| char * | trim (char *str) |
| Remove the spaces at the beginning and the end of a string. More... | |
File containing some utilities.
| void handle_quotes | ( | char * | token | ) |
Handle quotes in a string (remove them)
| token | the string to handle |
| char* trim | ( | char * | str | ) |
Remove the spaces at the beginning and the end of a string.
| str | the string to trim |
1.8.17